#183040

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

Shades of Blue Whale #183040

Tints of Blue Whale #183040

Color information

#183040 (or 0x183040) is unknown color: approx Blue Whale. HEX triplet: 18, 30 and 40. RGB value is (24,48,64). Sum of RGB (Red+Green+Blue) = 24+48+64=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #183040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183040 is #E7CFBF. Grayscale: #2A2A2A. Windows color (decimal): -15192000 or 4206616. OLE color: 4206616.

HSL color Cylindrical-coordinate representation of color #183040: hue angle of 204º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183040 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB244864-
CMYK0.620.2500.75
HSL204º45.45%17.25%-
HSV(B)204º62.5%25.1%-
XYZ2.362.685.24-
YUV42.65140.05114.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2448640.620.2500.7520445.4517.25
Hex1830403E1904Bcc2d11
Octal3060100763101133145521
Binary11000110000100000011111011001010010111100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183040; }

 p { color: rgb(24,48,64); }

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

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

 a { background-color: rgb(24,48,64); }

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

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

 span { border-color: rgb(24,48,64); }

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