#024350

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

Shades of Sherpa Blue #024350

Tints of Sherpa Blue #024350

Color information

#024350 (or 0x024350) is unknown color: approx Sherpa Blue. HEX triplet: 02, 43 and 50. RGB value is (2,67,80). Sum of RGB (Red+Green+Blue) = 2+67+80=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #024350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024350 is #FDBCAF. Grayscale: #303030. Windows color (decimal): -16628912 or 5260034. OLE color: 5260034.

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

Color convert

RGB26780-
CMYK0.980.1600.69
HSL190º95.12%16.08%-
HSV(B)190º97.5%31.37%-
XYZ3.484.618.3-
YUV49.05145.4794.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=1.34%
G=44.97%
B=53.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal267800.980.1600.6919095.1216.08
Hex243506210045be5f10
Octal210312014220010527613720
Binary10100001110100001100010100000100010110111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024350; }

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

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

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

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

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

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

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

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