Html Css Color HEX #033448 Blue Whale

📋 copy color: '#033448'

red 3 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #033448

Tints of Blue Whale #033448

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#033448 (or 0x033448) is known color: 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

RGB 3 52 72 -
CMYK 0.96 0.28 0 0.72
HSL 197.39º 0.92% 0.15% -
HSV(B) 197.39º 0.96% 0.28% -
XYZ 2.44 2.94 6.57 -
YUV 39.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 3 52 72 0.96 0.28 0 0.72 197.39 0.92 0.15
Hex 3 34 48 60 1C 0 48 C5 5C F
Octal 3 64 110 140 34 0 110 305 134 17
Binary 11 110100 1001000 1100000 11100 0 1001000 11000101 1011100 1111

Color Harmonies of #033448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033448

Black with #033448

Text Example


Text Example

White with #033448

Text Example


Text Example

HTML Codes & Css Web 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>