#023E50

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

Shades of Sherpa Blue #023E50

Tints of Sherpa Blue #023E50

Color information

#023E50 (or 0x023E50) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3E and 50. RGB value is (2,62,80). Sum of RGB (Red+Green+Blue) = 2+62+80=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #023E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E50 is #FDC1AF. Grayscale: #2D2D2D. Windows color (decimal): -16630192 or 5258754. OLE color: 5258754.

HSL color Cylindrical-coordinate representation of color #023E50: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E50 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB26280-
CMYK0.980.2200.69
HSL193.85º95.12%16.08%-
HSV(B)193.85º97.5%31.37%-
XYZ3.24.048.2-
YUV46.11147.1296.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=1.39%
G=43.06%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal262800.980.2200.69193.8595.1216.08
Hex23E506216045c25f10
Octal27612014226010530213720
Binary1011111010100001100010101100100010111000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,62,80); }

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

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

 a { background-color: rgb(2,62,80); }

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

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

 span { border-color: rgb(2,62,80); }

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