#023441

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

Shades of Sherpa Blue #023441

Tints of Sherpa Blue #023441

Color information

#023441 (or 0x023441) is unknown color: approx Sherpa Blue. HEX triplet: 02, 34 and 41. RGB value is (2,52,65). Sum of RGB (Red+Green+Blue) = 2+52+65=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #023441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023441 is #FDCBBE. Grayscale: #262626. Windows color (decimal): -16632767 or 4273154. OLE color: 4273154.

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

Color convert

RGB25265-
CMYK0.970.2000.75
HSL192.38º94.03%13.14%-
HSV(B)192.38º96.92%25.49%-
XYZ2.212.855.43-
YUV38.53142.94101.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=1.68%
G=43.70%
B=54.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal252650.970.2000.75192.3894.0313.14
Hex23441611404Bc05ed
Octal26410114124011330013615
Binary101101001000001110000110100010010111100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023441; }

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

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

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

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

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

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

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

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