Html Css Color HEX #033247 Blue Whale

📋 copy color: '#033247'

red 3 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #033247

Tints of Blue Whale #033247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

 BLUE value IS 71 (28.13% from 255) = 57.26%

R = 2.42%
G = 40.32%
B = 57.26%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#033247 (or 0x033247) is known color: Blue Whale. HEX triplet: 03, 32 and 47. RGB value is (3,50,71). Sum of RGB (Red+Green+Blue) = 3+50+71=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #033247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033247 is #FCCDB8. Grayscale: #262626. Windows color (decimal): -16567737 or 4665859. OLE color: 4665859.

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

Color convert

RGB 3 50 71 -
CMYK 0.96 0.30 0 0.72
HSL 198.53º 0.92% 0.15% -
HSV(B) 198.53º 0.96% 0.28% -
XYZ 2.32 2.76 6.37 -
YUV 38.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 3 50 71 0.96 0.30 0 0.72 198.53 0.92 0.15
Hex 3 32 47 60 1E 0 48 C7 5C F
Octal 3 62 107 140 36 0 110 307 134 17
Binary 11 110010 1000111 1100000 11110 0 1001000 11000111 1011100 1111

Color Harmonies of #033247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033247

Black with #033247

Text Example


Text Example

White with #033247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033247; }

 p { color: rgb(3,50,71); }

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

background-color css

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

 a { background-color: rgb(3,50,71); }

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

border-color css

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

 span { border-color: rgb(3,50,71); }

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