Html Css Color HEX #113344 Blue Whale

📋 copy color: '#113344'

red 17 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #113344

Tints of Blue Whale #113344

RGB

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

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

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

R = 12.5%
G = 37.5%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113344 (or 0x113344) is known color: Blue Whale. HEX triplet: 11, 33 and 44. RGB value is (17,51,68). Sum of RGB (Red+Green+Blue) = 17+51+68=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #113344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113344 is #EECCBB. Grayscale: #2A2A2A. Windows color (decimal): -15649980 or 4469521. OLE color: 4469521.

HSL color Cylindrical-coordinate representation of color #113344: hue angle of 200º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113344 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 51 68 -
CMYK 0.75 0.25 0 0.73
HSL 200º 0.6% 0.17% -
HSV(B) 200º 0.75% 0.27% -
XYZ 2.46 2.9 5.9 -
YUV 42.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 17 51 68 0.75 0.25 0 0.73 200 0.6 0.17
Hex 11 33 44 4B 19 0 49 C8 3C 11
Octal 21 63 104 113 31 0 111 310 74 21
Binary 10001 110011 1000100 1001011 11001 0 1001001 11001000 111100 10001

Color Harmonies of #113344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113344

Black with #113344

Text Example


Text Example

White with #113344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113344; }

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

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

background-color css

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

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

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

border-color css

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

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

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