Html Css Color HEX #033449 Blue Whale

📋 copy color: '#033449'

red 3 ◦ green 52 ◦ blue 73

#033449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #033449

Tints of Blue Whale #033449

RGB

 RED value IS 3 (1.56% from 255) = 2.34%

 GREEN value IS 52 (20.7% from 255) = 40.63%

 BLUE value IS 73 (28.91% from 255) = 57.03%

R = 2.34%
G = 40.63%
B = 57.03%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#033449 (or 0x033449) is known color: Blue Whale. HEX triplet: 03, 34 and 49. RGB value is (3,52,73). Sum of RGB (Red+Green+Blue) = 3+52+73=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #033449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033449 is #FCCBB6. Grayscale: #272727. Windows color (decimal): -16567223 or 4797443. OLE color: 4797443.

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

Color convert

RGB 3 52 73 -
CMYK 0.96 0.29 0 0.71
HSL 198º 0.92% 0.15% -
HSV(B) 198º 0.96% 0.29% -
XYZ 2.47 2.96 6.74 -
YUV 39.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 3 52 73 0.96 0.29 0 0.71 198 0.92 0.15
Hex 3 34 49 60 1D 0 47 C6 5C F
Octal 3 64 111 140 35 0 107 306 134 17
Binary 11 110100 1001001 1100000 11101 0 1000111 11000110 1011100 1111

Color Harmonies of #033449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033449

Black with #033449

Text Example


Text Example

White with #033449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033449; }

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

 H1.HeaderClassName
 {
   color: #033449;
 }
 .AnyTagClassName
 {
   color: #033449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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