Html Css Color HEX #163246 Blue Whale

📋 copy color: '#163246'

red 22 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #163246

Tints of Blue Whale #163246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 15.49%
G = 35.21%
B = 49.3%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#163246 (or 0x163246) is known color: Blue Whale. HEX triplet: 16, 32 and 46. RGB value is (22,50,70). Sum of RGB (Red+Green+Blue) = 22+50+70=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #163246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163246 is #E9CDB9. Grayscale: #2B2B2B. Windows color (decimal): -15322554 or 4600342. OLE color: 4600342.

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

Color convert

RGB 22 50 70 -
CMYK 0.69 0.29 0 0.73
HSL 205º 0.52% 0.18% -
HSV(B) 205º 0.69% 0.27% -
XYZ 2.58 2.89 6.22 -
YUV 43.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 22 50 70 0.69 0.29 0 0.73 205 0.52 0.18
Hex 16 32 46 45 1D 0 49 CD 34 12
Octal 26 62 106 105 35 0 111 315 64 22
Binary 10110 110010 1000110 1000101 11101 0 1001001 11001101 110100 10010

Color Harmonies of #163246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163246

Black with #163246

Text Example


Text Example

White with #163246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163246; }

 p { color: rgb(22,50,70); }

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

background-color css

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

 a { background-color: rgb(22,50,70); }

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

border-color css

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

 span { border-color: rgb(22,50,70); }

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