#02324B

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

Shades of Blue Whale #02324B

Tints of Blue Whale #02324B

Color information

#02324B (or 0x02324B) is unknown color: approx Blue Whale. HEX triplet: 02, 32 and 4B. RGB value is (2,50,75). Sum of RGB (Red+Green+Blue) = 2+50+75=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #02324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02324B is #FDCDB4. Grayscale: #262626. Windows color (decimal): -16633269 or 4928002. OLE color: 4928002.

HSL color Cylindrical-coordinate representation of color #02324B: hue angle of 200.55º 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 #02324B is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25075-
CMYK0.970.3300.71
HSL200.55º94.81%15.1%-
HSV(B)200.55º97.33%29.41%-
XYZ2.442.87.07-
YUV38.5148.6101.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=1.57%
G=39.37%
B=59.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal250750.970.3300.71200.5594.8115.1
Hex2324B6121047c95ff
Octal26211314141010731113717
Binary1011001010010111100001100001010001111100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02324B; }

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

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

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

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

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

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

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

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