Html Css Color HEX #11344D Blue Whale

📋 copy color: '#11344D'

red 17 ◦ green 52 ◦ blue 77

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

Shades of Blue Whale #11344D

Tints of Blue Whale #11344D

RGB

 RED value IS 17 (7.03% from 255) = 11.64%

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 11.64%
G = 35.62%
B = 52.74%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11344D (or 0x11344D) is known color: Blue Whale. HEX triplet: 11, 34 and 4D. RGB value is (17,52,77). Sum of RGB (Red+Green+Blue) = 17+52+77=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #11344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11344D is #EECBB2. Grayscale: #2C2C2C. Windows color (decimal): -15649715 or 5059601. OLE color: 5059601.

HSL color Cylindrical-coordinate representation of color #11344D: hue angle of 205º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11344D is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 52 77 -
CMYK 0.78 0.32 0 0.70
HSL 205º 0.64% 0.18% -
HSV(B) 205º 0.78% 0.3% -
XYZ 2.8 3.11 7.47 -
YUV 44.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 17 52 77 0.78 0.32 0 0.70 205 0.64 0.18
Hex 11 34 4D 4E 20 0 46 CD 40 12
Octal 21 64 115 116 40 0 106 315 100 22
Binary 10001 110100 1001101 1001110 100000 0 1000110 11001101 1000000 10010

Color Harmonies of #11344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11344D

Black with #11344D

Text Example


Text Example

White with #11344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11344D; }

 p { color: rgb(17,52,77); }

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

background-color css

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

 a { background-color: rgb(17,52,77); }

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

border-color css

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

 span { border-color: rgb(17,52,77); }

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