Html Css Color HEX #023445 Sherpa Blue

📋 copy color: '#023445'

red 2 ◦ green 52 ◦ blue 69

#023445
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #023445

Tints of Sherpa Blue #023445

RGB

 RED value IS 2 (1.17% from 255) = 1.63%

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 1.63%
G = 42.28%
B = 56.1%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#023445 (or 0x023445) is known color: Sherpa Blue. HEX triplet: 02, 34 and 45. RGB value is (2,52,69). Sum of RGB (Red+Green+Blue) = 2+52+69=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #023445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023445 is #FDCBBA. Grayscale: #262626. Windows color (decimal): -16632763 or 4535298. OLE color: 4535298.

HSL color Cylindrical-coordinate representation of color #023445: hue angle of 195.22º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023445 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 52 69 -
CMYK 0.97 0.25 0 0.73
HSL 195.22º 0.94% 0.14% -
HSV(B) 195.22º 0.97% 0.27% -
XYZ 2.33 2.9 6.07 -
YUV 38.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 2 52 69 0.97 0.25 0 0.73 195.22 0.94 0.14
Hex 2 34 45 61 19 0 49 C3 5E E
Octal 2 64 105 141 31 0 111 303 136 16
Binary 10 110100 1000101 1100001 11001 0 1001001 11000011 1011110 1110

Color Harmonies of #023445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023445

Black with #023445

Text Example


Text Example

White with #023445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023445; }

 p { color: rgb(2,52,69); }

 H1.HeaderClassName
 {
   color: #023445;
 }
 .AnyTagClassName
 {
   color: #023445;
 }
</style>

background-color css

<style>
 a { background-color: #023445; }

 a { background-color: rgb(2,52,69); }

 div.DivClassName
 {
   background-color: #023445;
 }
 .BgClassName
 {
   background-color: #023445;
 }
</style>

border-color css

<style>
 span { border-color: #023445; }

 span { border-color: rgb(2,52,69); }

 td.TdClassName
 {
   border-color: #023445;
 }
 .TagClassName
 {
   border-color: #023445;
 }
</style>