#193344

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

Shades of Blue Whale #193344

Tints of Blue Whale #193344

Color information

#193344 (or 0x193344) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 44. RGB value is (25,51,68). Sum of RGB (Red+Green+Blue) = 25+51+68=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #193344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193344 is #E6CCBB. Grayscale: #2D2D2D. Windows color (decimal): -15125692 or 4469529. OLE color: 4469529.

HSL color Cylindrical-coordinate representation of color #193344: hue angle of 203.72º 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 #193344 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB255168-
CMYK0.630.2500.73
HSL203.72º46.24%18.24%-
HSV(B)203.72º63.24%26.67%-
XYZ2.632.995.91-
YUV45.16140.89113.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=17.36%
G=35.42%
B=47.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2551680.630.2500.73203.7246.2418.24
Hex1933443F19049cc2e12
Octal3163104773101113145622
Binary11001110011100010011111111001010010011100110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193344; }

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

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

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

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

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

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

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

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