Html Css Color HEX #163340 Blue Whale

📋 copy color: '#163340'

red 22 ◦ green 51 ◦ blue 64

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

Shades of Blue Whale #163340

Tints of Blue Whale #163340

RGB

 RED value IS 22 (8.98% from 255) = 16.06%

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

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 16.06%
G = 37.23%
B = 46.72%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163340 (or 0x163340) is known color: Blue Whale. HEX triplet: 16, 33 and 40. RGB value is (22,51,64). Sum of RGB (Red+Green+Blue) = 22+51+64=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #163340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163340 is #E9CCBF. Grayscale: #2B2B2B. Windows color (decimal): -15322304 or 4207382. OLE color: 4207382.

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

Color convert

RGB 22 51 64 -
CMYK 0.66 0.20 0 0.75
HSL 198.57º 0.49% 0.17% -
HSV(B) 198.57º 0.66% 0.25% -
XYZ 2.44 2.91 5.28 -
YUV 43.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 22 51 64 0.66 0.20 0 0.75 198.57 0.49 0.17
Hex 16 33 40 42 14 0 4B C7 31 11
Octal 26 63 100 102 24 0 113 307 61 21
Binary 10110 110011 1000000 1000010 10100 0 1001011 11000111 110001 10001

Color Harmonies of #163340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163340

Black with #163340

Text Example


Text Example

White with #163340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163340; }

 p { color: rgb(22,51,64); }

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

background-color css

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

 a { background-color: rgb(22,51,64); }

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

border-color css

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

 span { border-color: rgb(22,51,64); }

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