#02334B

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

Shades of Blue Whale #02334B

Tints of Blue Whale #02334B

Color information

#02334B (or 0x02334B) is unknown color: approx Blue Whale. HEX triplet: 02, 33 and 4B. RGB value is (2,51,75). Sum of RGB (Red+Green+Blue) = 2+51+75=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #02334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02334B is #FDCCB4. Grayscale: #262626. Windows color (decimal): -16633013 or 4928258. OLE color: 4928258.

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

Color convert

RGB25175-
CMYK0.970.3200.71
HSL199.73º94.81%15.1%-
HSV(B)199.73º97.33%29.41%-
XYZ2.482.897.08-
YUV39.08148.27101.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=1.56%
G=39.84%
B=58.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal251750.970.3200.71199.7394.8115.1
Hex2334B6120047c85ff
Octal26311314140010731013717
Binary1011001110010111100001100000010001111100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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