#02344A

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

Shades of Sherpa Blue #02344A

Tints of Sherpa Blue #02344A

Color information

#02344A (or 0x02344A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 34 and 4A. RGB value is (2,52,74). Sum of RGB (Red+Green+Blue) = 2+52+74=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #02344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02344A is #FDCBB5. Grayscale: #272727. Windows color (decimal): -16632758 or 4862978. OLE color: 4862978.

HSL color Cylindrical-coordinate representation of color #02344A: hue angle of 198.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02344A is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25274-
CMYK0.970.3000.71
HSL198.33º94.74%14.9%-
HSV(B)198.33º97.3%29.02%-
XYZ2.492.966.92-
YUV39.56147.44101.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=1.56%
G=40.62%
B=57.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal252740.970.3000.71198.3394.7414.9
Hex2344A611E047c65ff
Octal26411214136010730613717
Binary101101001001010110000111110010001111100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02344A; }

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

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

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

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

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

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

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

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