Html Css Color HEX #033345 Blue Whale

📋 copy color: '#033345'

red 3 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #033345

Tints of Blue Whale #033345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 2.44%
G = 41.46%
B = 56.1%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#033345 (or 0x033345) is known color: Blue Whale. HEX triplet: 03, 33 and 45. RGB value is (3,51,69). Sum of RGB (Red+Green+Blue) = 3+51+69=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #033345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033345 is #FCCCBA. Grayscale: #262626. Windows color (decimal): -16567483 or 4535043. OLE color: 4535043.

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

Color convert

RGB 3 51 69 -
CMYK 0.96 0.26 0 0.73
HSL 196.36º 0.92% 0.14% -
HSV(B) 196.36º 0.96% 0.27% -
XYZ 2.3 2.82 6.05 -
YUV 38.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 3 51 69 0.96 0.26 0 0.73 196.36 0.92 0.14
Hex 3 33 45 60 1A 0 49 C4 5C E
Octal 3 63 105 140 32 0 111 304 134 16
Binary 11 110011 1000101 1100000 11010 0 1001001 11000100 1011100 1110

Color Harmonies of #033345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033345

Black with #033345

Text Example


Text Example

White with #033345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033345; }

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

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

background-color css

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

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

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

border-color css

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

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

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