#023449

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

Shades of Sherpa Blue #023449

Tints of Sherpa Blue #023449

Color information

#023449 (or 0x023449) is unknown color: approx Sherpa Blue. HEX triplet: 02, 34 and 49. RGB value is (2,52,73). Sum of RGB (Red+Green+Blue) = 2+52+73=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #023449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023449 is #FDCBB6. Grayscale: #272727. Windows color (decimal): -16632759 or 4797442. OLE color: 4797442.

HSL color Cylindrical-coordinate representation of color #023449: hue angle of 197.75º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023449 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25273-
CMYK0.970.2900.71
HSL197.75º94.67%14.71%-
HSV(B)197.75º97.26%28.63%-
XYZ2.462.956.74-
YUV39.44146.94101.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 73 (28.91% from 255) = 57.48%
R=1.57%
G=40.94%
B=57.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal252730.970.2900.71197.7594.6714.71
Hex23449611D047c65ff
Octal26411114135010730613717
Binary101101001001001110000111101010001111100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023449; }

 p { color: rgb(2,52,73); }

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

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

 a { background-color: rgb(2,52,73); }

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

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

 span { border-color: rgb(2,52,73); }

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