#19343D

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

Shades of Blue Whale #19343D

Tints of Blue Whale #19343D

Color information

#19343D (or 0x19343D) is unknown color: approx Blue Whale. HEX triplet: 19, 34 and 3D. RGB value is (25,52,61). Sum of RGB (Red+Green+Blue) = 25+52+61=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #19343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19343D is #E6CBC2. Grayscale: #2C2C2C. Windows color (decimal): -15125443 or 4011033. OLE color: 4011033.

HSL color Cylindrical-coordinate representation of color #19343D: hue angle of 195º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19343D is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB255261-
CMYK0.590.1500.76
HSL195º41.86%16.86%-
HSV(B)195º59.02%23.92%-
XYZ2.4734.86-
YUV44.95137.05113.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=18.12%
G=37.68%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2552610.590.1500.7619541.8616.86
Hex19343D3BF04Cc32a11
Octal316475731701143035221
Binary110011101001111011110111111010011001100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19343D; }

 p { color: rgb(25,52,61); }

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

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

 a { background-color: rgb(25,52,61); }

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

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

 span { border-color: rgb(25,52,61); }

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