#033448

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

Shades of Blue Whale #033448

Tints of Blue Whale #033448

Color information

#033448 (or 0x033448) is unknown color: approx Blue Whale. HEX triplet: 03, 34 and 48. RGB value is (3,52,72). Sum of RGB (Red+Green+Blue) = 3+52+72=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #033448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033448 is #FCCBB7. Grayscale: #272727. Windows color (decimal): -16567224 or 4731907. OLE color: 4731907.

HSL color Cylindrical-coordinate representation of color #033448: hue angle of 197.39º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033448 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35272-
CMYK0.960.2800.72
HSL197.39º92%14.71%-
HSV(B)197.39º95.83%28.24%-
XYZ2.442.946.57-
YUV39.63146.27101.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=2.36%
G=40.94%
B=56.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal352720.960.2800.72197.399214.71
Hex33448601C048c55cf
Octal36411014034011030513417
Binary111101001001000110000011100010010001100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033448; }

 p { color: rgb(3,52,72); }

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

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

 a { background-color: rgb(3,52,72); }

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

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

 span { border-color: rgb(3,52,72); }

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