Html Css Color HEX #033046 Blue Whale

📋 copy color: '#033046'

red 3 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #033046

Tints of Blue Whale #033046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 57.85%

R = 2.48%
G = 39.67%
B = 57.85%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033046 (or 0x033046) is known color: Blue Whale. HEX triplet: 03, 30 and 46. RGB value is (3,48,70). Sum of RGB (Red+Green+Blue) = 3+48+70=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #033046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033046 is #FCCFB9. Grayscale: #242424. Windows color (decimal): -16568250 or 4599811. OLE color: 4599811.

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

Color convert

RGB 3 48 70 -
CMYK 0.96 0.31 0 0.73
HSL 199.7º 0.92% 0.14% -
HSV(B) 199.7º 0.96% 0.27% -
XYZ 2.2 2.58 6.18 -
YUV 37.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 3 48 70 0.96 0.31 0 0.73 199.7 0.92 0.14
Hex 3 30 46 60 1F 0 49 C8 5C E
Octal 3 60 106 140 37 0 111 310 134 16
Binary 11 110000 1000110 1100000 11111 0 1001001 11001000 1011100 1110

Color Harmonies of #033046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033046

Black with #033046

Text Example


Text Example

White with #033046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033046; }

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

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

background-color css

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

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

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

border-color css

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

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

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