Html Css Color HEX #163344 Blue Whale

📋 copy color: '#163344'

red 22 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #163344

Tints of Blue Whale #163344

RGB

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

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

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

R = 15.6%
G = 36.17%
B = 48.23%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#163344 (or 0x163344) is known color: Blue Whale. HEX triplet: 16, 33 and 44. RGB value is (22,51,68). Sum of RGB (Red+Green+Blue) = 22+51+68=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #163344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163344 is #E9CCBB. Grayscale: #2C2C2C. Windows color (decimal): -15322300 or 4469526. OLE color: 4469526.

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

Color convert

RGB 22 51 68 -
CMYK 0.68 0.25 0 0.73
HSL 202.17º 0.51% 0.18% -
HSV(B) 202.17º 0.68% 0.27% -
XYZ 2.56 2.96 5.9 -
YUV 44.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 22 51 68 0.68 0.25 0 0.73 202.17 0.51 0.18
Hex 16 33 44 44 19 0 49 CA 33 12
Octal 26 63 104 104 31 0 111 312 63 22
Binary 10110 110011 1000100 1000100 11001 0 1001001 11001010 110011 10010

Color Harmonies of #163344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163344

Black with #163344

Text Example


Text Example

White with #163344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163344; }

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

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

background-color css

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

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

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

border-color css

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

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

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