#023244

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

Shades of Blue Whale #023244

Tints of Blue Whale #023244

Color information

#023244 (or 0x023244) is unknown color: approx Blue Whale. HEX triplet: 02, 32 and 44. RGB value is (2,50,68). Sum of RGB (Red+Green+Blue) = 2+50+68=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #023244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023244 is #FDCDBB. Grayscale: #252525. Windows color (decimal): -16633276 or 4469250. OLE color: 4469250.

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

Color convert

RGB25068-
CMYK0.970.2600.73
HSL196.36º94.29%13.73%-
HSV(B)196.36º97.06%26.67%-
XYZ2.212.715.88-
YUV37.7145.1102.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=1.67%
G=41.67%
B=56.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal250680.970.2600.73196.3694.2913.73
Hex23244611A049c45ee
Octal26210414132011130413616
Binary101100101000100110000111010010010011100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023244; }

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

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

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

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

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

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

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

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