#023F45

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

Shades of Sherpa Blue #023F45

Tints of Sherpa Blue #023F45

Color information

#023F45 (or 0x023F45) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3F and 45. RGB value is (2,63,69). Sum of RGB (Red+Green+Blue) = 2+63+69=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #023F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F45 is #FDC0BA. Grayscale: #2D2D2D. Windows color (decimal): -16629947 or 4538114. OLE color: 4538114.

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

Color convert

RGB26369-
CMYK0.970.0900.73
HSL185.37º94.37%13.92%-
HSV(B)185.37º97.1%27.06%-
XYZ2.8846.25-
YUV45.44141.2997.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=1.49%
G=47.01%
B=51.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal263690.970.0900.73185.3794.3713.92
Hex23F45619049b95ee
Octal27710514111011127113616
Binary10111111100010111000011001010010011011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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