#023248

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

Shades of Blue Whale #023248

Tints of Blue Whale #023248

Color information

#023248 (or 0x023248) is unknown color: approx Blue Whale. HEX triplet: 02, 32 and 48. RGB value is (2,50,72). Sum of RGB (Red+Green+Blue) = 2+50+72=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #023248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023248 is #FDCDB7. Grayscale: #262626. Windows color (decimal): -16633272 or 4731394. OLE color: 4731394.

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

Color convert

RGB25072-
CMYK0.970.3100.72
HSL198.86º94.59%14.51%-
HSV(B)198.86º97.22%28.24%-
XYZ2.342.766.54-
YUV38.16147.1102.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=1.61%
G=40.32%
B=58.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal250720.970.3100.72198.8694.5914.51
Hex23248611F048c75ff
Octal26211014137011030713717
Binary101100101001000110000111111010010001100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023248; }

 p { color: rgb(2,50,72); }

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

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

 a { background-color: rgb(2,50,72); }

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

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

 span { border-color: rgb(2,50,72); }

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