#163448

Color #163448 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #163448

Tints of Blue Whale #163448

Color information

#163448 (or 0x163448) is unknown color: approx 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

RGB225272-
CMYK0.690.2800.72
HSL204º53.19%18.43%-
HSV(B)204º69.44%28.24%-
XYZ2.733.096.58-
YUV45.31143.06111.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2252720.690.2800.7220453.1918.43
Hex163448451C048cc3512
Octal26641101053401103146522
Binary101101101001001000100010111100010010001100110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>