#193744

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

Shades of Blue Whale #193744

Tints of Blue Whale #193744

Color information

#193744 (or 0x193744) is unknown color: approx Blue Whale. HEX triplet: 19, 37 and 44. RGB value is (25,55,68). Sum of RGB (Red+Green+Blue) = 25+55+68=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #193744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193744 is #E6C8BB. Grayscale: #2F2F2F. Windows color (decimal): -15124668 or 4470553. OLE color: 4470553.

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

Color convert

RGB255568-
CMYK0.630.1900.73
HSL198.14º46.24%18.24%-
HSV(B)198.14º63.24%26.67%-
XYZ2.813.365.97-
YUV47.51139.56111.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=16.89%
G=37.16%
B=45.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2555680.630.1900.73198.1446.2418.24
Hex1937443F13049c62e12
Octal3167104772301113065622
Binary11001110111100010011111110011010010011100011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193744; }

 p { color: rgb(25,55,68); }

 H1.HeaderClassName
 {
   color: #193744;
 }
 .AnyTagClassName
 {
   color: #193744;
 }
</style>
background-color css

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

 a { background-color: rgb(25,55,68); }

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

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

 span { border-color: rgb(25,55,68); }

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