Html Css Color HEX #163348 Blue Whale

📋 copy color: '#163348'

red 22 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #163348

Tints of Blue Whale #163348

RGB

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

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

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

R = 15.17%
G = 35.17%
B = 49.66%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#163348 (or 0x163348) is known color: Blue Whale. HEX triplet: 16, 33 and 48. RGB value is (22,51,72). Sum of RGB (Red+Green+Blue) = 22+51+72=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #163348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163348 is #E9CCB7. Grayscale: #2C2C2C. Windows color (decimal): -15322296 or 4731670. OLE color: 4731670.

HSL color Cylindrical-coordinate representation of color #163348: hue angle of 205.2º 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 #163348 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 51 72 -
CMYK 0.69 0.29 0 0.72
HSL 205.2º 0.53% 0.18% -
HSV(B) 205.2º 0.69% 0.28% -
XYZ 2.68 3.01 6.57 -
YUV 44.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 22 51 72 0.69 0.29 0 0.72 205.2 0.53 0.18
Hex 16 33 48 45 1D 0 48 CD 35 12
Octal 26 63 110 105 35 0 110 315 65 22
Binary 10110 110011 1001000 1000101 11101 0 1001000 11001101 110101 10010

Color Harmonies of #163348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163348

Black with #163348

Text Example


Text Example

White with #163348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163348; }

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

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

background-color css

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

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

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

border-color css

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

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

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