#023C4B

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

Shades of Sherpa Blue #023C4B

Tints of Sherpa Blue #023C4B

Color information

#023C4B (or 0x023C4B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3C and 4B. RGB value is (2,60,75). Sum of RGB (Red+Green+Blue) = 2+60+75=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #023C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C4B is #FDC3B4. Grayscale: #2C2C2C. Windows color (decimal): -16630709 or 4930562. OLE color: 4930562.

HSL color Cylindrical-coordinate representation of color #023C4B: hue angle of 192.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 #023C4B is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB26075-
CMYK0.970.2000.71
HSL192.33º94.81%15.1%-
HSV(B)192.33º97.33%29.41%-
XYZ2.913.757.23-
YUV44.37145.2897.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=1.46%
G=43.80%
B=54.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal260750.970.2000.71192.3394.8115.1
Hex23C4B6114047c05ff
Octal27411314124010730013717
Binary101111001001011110000110100010001111100000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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