Html Css Color HEX #033044 Blue Whale

📋 copy color: '#033044'

red 3 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #033044

Tints of Blue Whale #033044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

 BLUE value IS 68 (26.95% from 255) = 57.14%

R = 2.52%
G = 40.34%
B = 57.14%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033044 (or 0x033044) is known color: Blue Whale. HEX triplet: 03, 30 and 44. RGB value is (3,48,68). Sum of RGB (Red+Green+Blue) = 3+48+68=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #033044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033044 is #FCCFBB. Grayscale: #242424. Windows color (decimal): -16568252 or 4468739. OLE color: 4468739.

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

Color convert

RGB 3 48 68 -
CMYK 0.96 0.29 0 0.73
HSL 198.46º 0.92% 0.14% -
HSV(B) 198.46º 0.96% 0.27% -
XYZ 2.14 2.55 5.85 -
YUV 36.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 3 48 68 0.96 0.29 0 0.73 198.46 0.92 0.14
Hex 3 30 44 60 1D 0 49 C6 5C E
Octal 3 60 104 140 35 0 111 306 134 16
Binary 11 110000 1000100 1100000 11101 0 1001001 11000110 1011100 1110

Color Harmonies of #033044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033044

Black with #033044

Text Example


Text Example

White with #033044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033044; }

 p { color: rgb(3,48,68); }

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

background-color css

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

 a { background-color: rgb(3,48,68); }

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

border-color css

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

 span { border-color: rgb(3,48,68); }

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