#02434F

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

Shades of Sherpa Blue #02434F

Tints of Sherpa Blue #02434F

Color information

#02434F (or 0x02434F) is unknown color: approx Sherpa Blue. HEX triplet: 02, 43 and 4F. RGB value is (2,67,79). Sum of RGB (Red+Green+Blue) = 2+67+79=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #02434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02434F is #FDBCB0. Grayscale: #303030. Windows color (decimal): -16628913 or 5194498. OLE color: 5194498.

HSL color Cylindrical-coordinate representation of color #02434F: hue angle of 189.35º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02434F is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB26779-
CMYK0.970.1500.69
HSL189.35º95.06%15.88%-
HSV(B)189.35º97.47%30.98%-
XYZ3.444.598.1-
YUV48.93144.9794.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=1.35%
G=45.27%
B=53.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal267790.970.1500.69189.3595.0615.88
Hex2434F61F045bd5f10
Octal210311714117010527513720
Binary1010000111001111110000111110100010110111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02434F; }

 p { color: rgb(2,67,79); }

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

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

 a { background-color: rgb(2,67,79); }

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

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

 span { border-color: rgb(2,67,79); }

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