#023340

Color #023340 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #023340

Tints of Sherpa Blue #023340

Color information

#023340 (or 0x023340) is unknown color: approx Sherpa Blue. HEX triplet: 02, 33 and 40. RGB value is (2,51,64). Sum of RGB (Red+Green+Blue) = 2+51+64=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #023340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023340 is #FDCCBF. Grayscale: #252525. Windows color (decimal): -16633024 or 4207362. OLE color: 4207362.

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

Color convert

RGB25164-
CMYK0.970.2000.75
HSL192.58º93.94%12.94%-
HSV(B)192.58º96.88%25.1%-
XYZ2.132.755.27-
YUV37.83142.77102.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=1.71%
G=43.59%
B=54.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal251640.970.2000.75192.5893.9412.94
Hex23340611404Bc15ed
Octal26310014124011330113615
Binary101100111000000110000110100010010111100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023340; }

 p { color: rgb(2,51,64); }

 H1.HeaderClassName
 {
   color: #023340;
 }
 .AnyTagClassName
 {
   color: #023340;
 }
</style>
background-color css

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

 a { background-color: rgb(2,51,64); }

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

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

 span { border-color: rgb(2,51,64); }

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