#183240

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

Shades of Blue Whale #183240

Tints of Blue Whale #183240

Color information

#183240 (or 0x183240) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 40. RGB value is (24,50,64). Sum of RGB (Red+Green+Blue) = 24+50+64=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #183240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183240 is #E7CDBF. Grayscale: #2B2B2B. Windows color (decimal): -15191488 or 4207128. OLE color: 4207128.

HSL color Cylindrical-coordinate representation of color #183240: hue angle of 201º 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 #183240 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245064-
CMYK0.620.2200.75
HSL201º45.45%17.25%-
HSV(B)201º62.5%25.1%-
XYZ2.442.855.27-
YUV43.82139.39113.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=17.39%
G=36.23%
B=46.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2450640.620.2200.7520145.4517.25
Hex1832403E1604Bc92d11
Octal3062100762601133115521
Binary11000110010100000011111010110010010111100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183240; }

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

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

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

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

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

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

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

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