Html Css Color HEX #163448 Blue Whale

📋 copy color: '#163448'

red 22 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #163448

Tints of Blue Whale #163448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 15.07%
G = 35.62%
B = 49.32%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#163448 (or 0x163448) is known color: Blue Whale. HEX triplet: 16, 34 and 48. RGB value is (22,52,72). Sum of RGB (Red+Green+Blue) = 22+52+72=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #163448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163448 is #E9CBB7. Grayscale: #2D2D2D. Windows color (decimal): -15322040 or 4731926. OLE color: 4731926.

HSL color Cylindrical-coordinate representation of color #163448: hue angle of 204º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163448 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 52 72 -
CMYK 0.69 0.28 0 0.72
HSL 204º 0.53% 0.18% -
HSV(B) 204º 0.69% 0.28% -
XYZ 2.73 3.09 6.58 -
YUV 45.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 22 52 72 0.69 0.28 0 0.72 204 0.53 0.18
Hex 16 34 48 45 1C 0 48 CC 35 12
Octal 26 64 110 105 34 0 110 314 65 22
Binary 10110 110100 1001000 1000101 11100 0 1001000 11001100 110101 10010

Color Harmonies of #163448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163448

Black with #163448

Text Example


Text Example

White with #163448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163448; }

 p { color: rgb(22,52,72); }

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

background-color css

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

 a { background-color: rgb(22,52,72); }

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

border-color css

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

 span { border-color: rgb(22,52,72); }

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