Html Css Color HEX #11344C Blue Whale

📋 copy color: '#11344C'

red 17 ◦ green 52 ◦ blue 76

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

Shades of Blue Whale #11344C

Tints of Blue Whale #11344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 11.72%
G = 35.86%
B = 52.41%

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

#11344C (or 0x11344C) is known color: Blue Whale. HEX triplet: 11, 34 and 4C. RGB value is (17,52,76). Sum of RGB (Red+Green+Blue) = 17+52+76=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #11344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11344C is #EECBB3. Grayscale: #2C2C2C. Windows color (decimal): -15649716 or 4994065. OLE color: 4994065.

HSL color Cylindrical-coordinate representation of color #11344C: hue angle of 204.41º degrees, saturation: 0.63, 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 #11344C is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 52 76 -
CMYK 0.78 0.32 0 0.70
HSL 204.41º 0.63% 0.18% -
HSV(B) 204.41º 0.78% 0.3% -
XYZ 2.76 3.1 7.29 -
YUV 44.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 17 52 76 0.78 0.32 0 0.70 204.41 0.63 0.18
Hex 11 34 4C 4E 20 0 46 CC 3F 12
Octal 21 64 114 116 40 0 106 314 77 22
Binary 10001 110100 1001100 1001110 100000 0 1000110 11001100 111111 10010

Color Harmonies of #11344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11344C

Black with #11344C

Text Example


Text Example

White with #11344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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