Html Css Color HEX #033344 Blue Whale

📋 copy color: '#033344'

red 3 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #033344

Tints of Blue Whale #033344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

 BLUE value IS 68 (26.95% from 255) = 55.74%

R = 2.46%
G = 41.8%
B = 55.74%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033344 (or 0x033344) is known color: Blue Whale. HEX triplet: 03, 33 and 44. RGB value is (3,51,68). Sum of RGB (Red+Green+Blue) = 3+51+68=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #033344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033344 is #FCCCBB. Grayscale: #262626. Windows color (decimal): -16567484 or 4469507. OLE color: 4469507.

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

Color convert

RGB 3 51 68 -
CMYK 0.96 0.25 0 0.73
HSL 195.69º 0.92% 0.14% -
HSV(B) 195.69º 0.96% 0.27% -
XYZ 2.26 2.8 5.89 -
YUV 38.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 3 51 68 0.96 0.25 0 0.73 195.69 0.92 0.14
Hex 3 33 44 60 19 0 49 C4 5C E
Octal 3 63 104 140 31 0 111 304 134 16
Binary 11 110011 1000100 1100000 11001 0 1001001 11000100 1011100 1110

Color Harmonies of #033344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033344

Black with #033344

Text Example


Text Example

White with #033344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033344; }

 p { color: rgb(3,51,68); }

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

background-color css

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

 a { background-color: rgb(3,51,68); }

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

border-color css

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

 span { border-color: rgb(3,51,68); }

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