#002B45

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

Shades of Blue Whale #002B45

Tints of Blue Whale #002B45

Color information

#002B45 (or 0x002B45) is unknown color: approx Blue Whale. HEX triplet: 00, 2B and 45. RGB value is (0,43,69). Sum of RGB (Red+Green+Blue) = 0+43+69=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #002B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B45 is #FFD4BA. Grayscale: #202020. Windows color (decimal): -16766139 or 4532992. OLE color: 4532992.

HSL color Cylindrical-coordinate representation of color #002B45: hue angle of 202.61º 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 #002B45 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB04369-
CMYK10.3800.73
HSL202.61º100%13.53%-
HSV(B)202.61º100%27.06%-
XYZ1.942.165.94-
YUV33.11148.25104.39-

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.39%
BLUE value IS 69 (27.34% from 255) = 61.61%
R=0%
G=38.39%
B=61.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0436910.3800.73202.6110013.53
Hex02B456426049cb64e
Octal05310514446011131314416
Binary010101110001011100100100110010010011100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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