#042B45

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

Shades of Blue Whale #042B45

Tints of Blue Whale #042B45

Color information

#042B45 (or 0x042B45) is unknown color: approx Blue Whale. HEX triplet: 04, 2B and 45. RGB value is (4,43,69). Sum of RGB (Red+Green+Blue) = 4+43+69=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #042B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B45 is #FBD4BA. Grayscale: #222222. Windows color (decimal): -16503995 or 4532996. OLE color: 4532996.

HSL color Cylindrical-coordinate representation of color #042B45: hue angle of 204º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042B45 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB44369-
CMYK0.940.3800.73
HSL204º89.04%14.31%-
HSV(B)204º94.2%27.06%-
XYZ1.992.185.95-
YUV34.3147.58106.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 69 (27.34% from 255) = 59.48%
R=3.45%
G=37.07%
B=59.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal443690.940.3800.7320489.0414.31
Hex42B455E26049cc59e
Octal45310513646011131413116
Binary10010101110001011011110100110010010011100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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