#023545

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

Shades of Sherpa Blue #023545

Tints of Sherpa Blue #023545

Color information

#023545 (or 0x023545) is unknown color: approx Sherpa Blue. HEX triplet: 02, 35 and 45. RGB value is (2,53,69). Sum of RGB (Red+Green+Blue) = 2+53+69=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #023545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023545 is #FDCABA. Grayscale: #272727. Windows color (decimal): -16632507 or 4535554. OLE color: 4535554.

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

Color convert

RGB25369-
CMYK0.970.2300.73
HSL194.33º94.37%13.92%-
HSV(B)194.33º97.1%27.06%-
XYZ2.372.996.08-
YUV39.57144.6101.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=1.61%
G=42.74%
B=55.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal253690.970.2300.73194.3394.3713.92
Hex235456117049c25ee
Octal26510514127011130213616
Binary101101011000101110000110111010010011100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023545; }

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

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

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

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

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

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

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

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