#02344B

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

Shades of Blue Whale #02344B

Tints of Blue Whale #02344B

Color information

#02344B (or 0x02344B) is unknown color: approx Blue Whale. HEX triplet: 02, 34 and 4B. RGB value is (2,52,75). Sum of RGB (Red+Green+Blue) = 2+52+75=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #02344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02344B is #FDCBB4. Grayscale: #272727. Windows color (decimal): -16632757 or 4928514. OLE color: 4928514.

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

Color convert

RGB25275-
CMYK0.970.3100.71
HSL198.9º94.81%15.1%-
HSV(B)198.9º97.33%29.41%-
XYZ2.522.987.1-
YUV39.67147.94101.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=1.55%
G=40.31%
B=58.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal252750.970.3100.71198.994.8115.1
Hex2344B611F047c75ff
Octal26411314137010730713717
Binary101101001001011110000111111010001111100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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