#02343E

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

Shades of Sherpa Blue #02343E

Tints of Sherpa Blue #02343E

Color information

#02343E (or 0x02343E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 34 and 3E. RGB value is (2,52,62). Sum of RGB (Red+Green+Blue) = 2+52+62=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #02343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02343E is #FDCBC1. Grayscale: #262626. Windows color (decimal): -16632770 or 4076546. OLE color: 4076546.

HSL color Cylindrical-coordinate representation of color #02343E: hue angle of 190º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02343E is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25262-
CMYK0.970.1600.76
HSL190º93.75%12.55%-
HSV(B)190º96.77%24.31%-
XYZ2.122.824.99-
YUV38.19141.44102.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 62 (24.61% from 255) = 53.45%
R=1.72%
G=44.83%
B=53.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal252620.970.1600.7619093.7512.55
Hex2343E611004Cbe5ed
Octal2647614120011427613615
Binary10110100111110110000110000010011001011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02343E; }

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

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

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

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

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

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

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

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