#183340

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

Shades of Blue Whale #183340

Tints of Blue Whale #183340

Color information

#183340 (or 0x183340) is unknown color: approx Blue Whale. HEX triplet: 18, 33 and 40. RGB value is (24,51,64). Sum of RGB (Red+Green+Blue) = 24+51+64=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #183340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183340 is #E7CCBF. Grayscale: #2C2C2C. Windows color (decimal): -15191232 or 4207384. OLE color: 4207384.

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

Color convert

RGB245164-
CMYK0.620.2000.75
HSL199.5º45.45%17.25%-
HSV(B)199.5º62.5%25.1%-
XYZ2.492.935.29-
YUV44.41139.05113.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=17.27%
G=36.69%
B=46.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2451640.620.2000.75199.545.4517.25
Hex1833403E1404Bc82d11
Octal3063100762401133105521
Binary11000110011100000011111010100010010111100100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183340; }

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

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

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

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

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

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

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

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