Html Css Color HEX #033143 Blue Whale

📋 copy color: '#033143'

red 3 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #033143

Tints of Blue Whale #033143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 56.3%

R = 2.52%
G = 41.18%
B = 56.3%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#033143 (or 0x033143) is known color: Blue Whale. HEX triplet: 03, 31 and 43. RGB value is (3,49,67). Sum of RGB (Red+Green+Blue) = 3+49+67=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #033143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033143 is #FCCEBC. Grayscale: #252525. Windows color (decimal): -16567997 or 4403459. OLE color: 4403459.

HSL color Cylindrical-coordinate representation of color #033143: hue angle of 196.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033143 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 49 67 -
CMYK 0.96 0.27 0 0.74
HSL 196.88º 0.91% 0.14% -
HSV(B) 196.88º 0.96% 0.26% -
XYZ 2.15 2.62 5.7 -
YUV 37.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 3 49 67 0.96 0.27 0 0.74 196.88 0.91 0.14
Hex 3 31 43 60 1B 0 4A C5 5B E
Octal 3 61 103 140 33 0 112 305 133 16
Binary 11 110001 1000011 1100000 11011 0 1001010 11000101 1011011 1110

Color Harmonies of #033143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033143

Black with #033143

Text Example


Text Example

White with #033143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033143; }

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

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

background-color css

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

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

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

border-color css

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

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

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