#023241

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

Shades of Sherpa Blue #023241

Tints of Sherpa Blue #023241

Color information

#023241 (or 0x023241) is unknown color: approx Sherpa Blue. HEX triplet: 02, 32 and 41. RGB value is (2,50,65). Sum of RGB (Red+Green+Blue) = 2+50+65=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #023241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023241 is #FDCDBE. Grayscale: #252525. Windows color (decimal): -16633279 or 4272642. OLE color: 4272642.

HSL color Cylindrical-coordinate representation of color #023241: hue angle of 194.29º 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 #023241 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB25065-
CMYK0.970.2300.75
HSL194.29º94.03%13.14%-
HSV(B)194.29º96.92%25.49%-
XYZ2.122.685.41-
YUV37.36143.6102.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=1.71%
G=42.74%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal250650.970.2300.75194.2994.0313.14
Hex23241611704Bc25ed
Octal26210114127011330213615
Binary101100101000001110000110111010010111100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023241; }

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

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

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

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

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

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

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

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