Html Css Color HEX #033148 Blue Whale

📋 copy color: '#033148'

red 3 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #033148

Tints of Blue Whale #033148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

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

R = 2.42%
G = 39.52%
B = 58.06%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#033148 (or 0x033148) is known color: Blue Whale. HEX triplet: 03, 31 and 48. RGB value is (3,49,72). Sum of RGB (Red+Green+Blue) = 3+49+72=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #033148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033148 is #FCCEB7. Grayscale: #252525. Windows color (decimal): -16567992 or 4731139. OLE color: 4731139.

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

Color convert

RGB 3 49 72 -
CMYK 0.96 0.32 0 0.72
HSL 200º 0.92% 0.15% -
HSV(B) 200º 0.96% 0.28% -
XYZ 2.31 2.68 6.53 -
YUV 37.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 3 49 72 0.96 0.32 0 0.72 200 0.92 0.15
Hex 3 31 48 60 20 0 48 C8 5C F
Octal 3 61 110 140 40 0 110 310 134 17
Binary 11 110001 1001000 1100000 100000 0 1001000 11001000 1011100 1111

Color Harmonies of #033148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033148

Black with #033148

Text Example


Text Example

White with #033148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033148; }

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

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

background-color css

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

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

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

border-color css

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

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

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