#002b46

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

Shades of Blue Whale #002B46

Tints of Blue Whale #002B46

Color information

#002B46 (or 0x002B46) is unknown color: approx Blue Whale. HEX triplet: 00, 2B and 46. RGB value is (0,43,70). Sum of RGB (Red+Green+Blue) = 0+43+70=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #002B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B46 is #FFD4B9. Grayscale: #212121. Windows color (decimal): -16766138 or 4598528. OLE color: 4598528.

HSL color Cylindrical-coordinate representation of color #002B46: hue angle of 203.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B46 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB04370-
CMYK10.3900.73
HSL203.14º100%13.73%-
HSV(B)203.14º100%27.45%-
XYZ1.972.176.11-
YUV33.22148.75104.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 70 (27.73% from 255) = 61.95%
R=0%
G=38.05%
B=61.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0437010.3900.73203.1410013.73
Hex02B466427049cb64e
Octal05310614447011131314416
Binary010101110001101100100100111010010011100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002b46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002b46; }

 p { color: rgb(0,43,70); }

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

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

 a { background-color: rgb(0,43,70); }

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

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

 span { border-color: rgb(0,43,70); }

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