#183241

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

Shades of Blue Whale #183241

Tints of Blue Whale #183241

Color information

#183241 (or 0x183241) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 41. RGB value is (24,50,65). Sum of RGB (Red+Green+Blue) = 24+50+65=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #183241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183241 is #E7CDBE. Grayscale: #2B2B2B. Windows color (decimal): -15191487 or 4272664. OLE color: 4272664.

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

Color convert

RGB245065-
CMYK0.630.2300.75
HSL201.95º46.07%17.45%-
HSV(B)201.95º63.08%25.49%-
XYZ2.472.865.42-
YUV43.94139.89113.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=17.27%
G=35.97%
B=46.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2450650.630.2300.75201.9546.0717.45
Hex1832413F1704Bca2e11
Octal3062101772701133125621
Binary11000110010100000111111110111010010111100101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183241; }

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

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

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

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

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

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

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

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