#023345

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

Shades of Sherpa Blue #023345

Tints of Sherpa Blue #023345

Color information

#023345 (or 0x023345) is unknown color: approx Sherpa Blue. HEX triplet: 02, 33 and 45. RGB value is (2,51,69). Sum of RGB (Red+Green+Blue) = 2+51+69=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #023345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023345 is #FDCCBA. Grayscale: #262626. Windows color (decimal): -16633019 or 4535042. OLE color: 4535042.

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

Color convert

RGB25169-
CMYK0.970.2600.73
HSL196.12º94.37%13.92%-
HSV(B)196.12º97.1%27.06%-
XYZ2.282.816.05-
YUV38.4145.27102.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 69 (27.34% from 255) = 56.56%
R=1.64%
G=41.80%
B=56.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal251690.970.2600.73196.1294.3713.92
Hex23345611A049c45ee
Octal26310514132011130413616
Binary101100111000101110000111010010010011100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023345; }

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

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

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

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

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

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

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

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