#023D45

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

Shades of Sherpa Blue #023D45

Tints of Sherpa Blue #023D45

Color information

#023D45 (or 0x023D45) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3D and 45. RGB value is (2,61,69). Sum of RGB (Red+Green+Blue) = 2+61+69=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #023D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D45 is #FDC2BA. Grayscale: #2C2C2C. Windows color (decimal): -16630459 or 4537602. OLE color: 4537602.

HSL color Cylindrical-coordinate representation of color #023D45: hue angle of 187.16º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D45 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB26169-
CMYK0.970.1200.73
HSL187.16º94.37%13.92%-
HSV(B)187.16º97.1%27.06%-
XYZ2.773.786.21-
YUV44.27141.9597.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=1.52%
G=46.21%
B=52.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal261690.970.1200.73187.1694.3713.92
Hex23D4561C049bb5ee
Octal27510514114011127313616
Binary10111101100010111000011100010010011011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D45; }

 p { color: rgb(2,61,69); }

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

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

 a { background-color: rgb(2,61,69); }

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

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

 span { border-color: rgb(2,61,69); }

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