#023C45

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

Shades of Sherpa Blue #023C45

Tints of Sherpa Blue #023C45

Color information

#023C45 (or 0x023C45) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3C and 45. RGB value is (2,60,69). Sum of RGB (Red+Green+Blue) = 2+60+69=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #023C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C45 is #FDC3BA. Grayscale: #2B2B2B. Windows color (decimal): -16630715 or 4537346. OLE color: 4537346.

HSL color Cylindrical-coordinate representation of color #023C45: hue angle of 188.06º 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 #023C45 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB26069-
CMYK0.970.1300.73
HSL188.06º94.37%13.92%-
HSV(B)188.06º97.1%27.06%-
XYZ2.723.676.2-
YUV43.68142.2898.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=1.53%
G=45.80%
B=52.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal260690.970.1300.73188.0694.3713.92
Hex23C4561D049bc5ee
Octal27410514115011127413616
Binary10111100100010111000011101010010011011110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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