#023C41

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

Shades of Sherpa Blue #023C41

Tints of Sherpa Blue #023C41

Color information

#023C41 (or 0x023C41) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3C and 41. RGB value is (2,60,65). Sum of RGB (Red+Green+Blue) = 2+60+65=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #023C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C41 is #FDC3BE. Grayscale: #2B2B2B. Windows color (decimal): -16630719 or 4275202. OLE color: 4275202.

HSL color Cylindrical-coordinate representation of color #023C41: hue angle of 184.76º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C41 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB26065-
CMYK0.970.0800.75
HSL184.76º94.03%13.14%-
HSV(B)184.76º96.92%25.49%-
XYZ2.63.635.56-
YUV43.23140.2898.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 60 (23.83% from 255) = 47.24%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=1.57%
G=47.24%
B=51.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal260650.970.0800.75184.7694.0313.14
Hex23C4161804Bb95ed
Octal27410114110011327113615
Binary10111100100000111000011000010010111011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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