#023850

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

Shades of Sherpa Blue #023850

Tints of Sherpa Blue #023850

Color information

#023850 (or 0x023850) is unknown color: approx Sherpa Blue. HEX triplet: 02, 38 and 50. RGB value is (2,56,80). Sum of RGB (Red+Green+Blue) = 2+56+80=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #023850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023850 is #FDC7AF. Grayscale: #2A2A2A. Windows color (decimal): -16631728 or 5257218. OLE color: 5257218.

HSL color Cylindrical-coordinate representation of color #023850: hue angle of 198.46º 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 #023850 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB25680-
CMYK0.980.3000.69
HSL198.46º95.12%16.08%-
HSV(B)198.46º97.5%31.37%-
XYZ2.893.428.1-
YUV42.59149.1199.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=1.45%
G=40.58%
B=57.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal256800.980.3000.69198.4695.1216.08
Hex23850621E045c65f10
Octal27012014236010530613720
Binary1011100010100001100010111100100010111000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023850; }

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

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

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

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

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

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

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

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