Html Css Color HEX #033048 Blue Whale

📋 copy color: '#033048'

red 3 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #033048

Tints of Blue Whale #033048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 2.44%
G = 39.02%
B = 58.54%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#033048 (or 0x033048) is known color: Blue Whale. HEX triplet: 03, 30 and 48. RGB value is (3,48,72). Sum of RGB (Red+Green+Blue) = 3+48+72=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #033048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033048 is #FCCFB7. Grayscale: #252525. Windows color (decimal): -16568248 or 4730883. OLE color: 4730883.

HSL color Cylindrical-coordinate representation of color #033048: hue angle of 200.87º 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 #033048 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 48 72 -
CMYK 0.96 0.33 0 0.72
HSL 200.87º 0.92% 0.15% -
HSV(B) 200.87º 0.96% 0.28% -
XYZ 2.26 2.6 6.51 -
YUV 37.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 3 48 72 0.96 0.33 0 0.72 200.87 0.92 0.15
Hex 3 30 48 60 21 0 48 C9 5C F
Octal 3 60 110 140 41 0 110 311 134 17
Binary 11 110000 1001000 1100000 100001 0 1001000 11001001 1011100 1111

Color Harmonies of #033048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033048

Black with #033048

Text Example


Text Example

White with #033048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033048; }

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

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

background-color css

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

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

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

border-color css

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

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

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