#183248

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

Shades of Blue Whale #183248

Tints of Blue Whale #183248

Color information

#183248 (or 0x183248) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 48. RGB value is (24,50,72). Sum of RGB (Red+Green+Blue) = 24+50+72=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #183248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183248 is #E7CDB7. Grayscale: #2C2C2C. Windows color (decimal): -15191480 or 4731416. OLE color: 4731416.

HSL color Cylindrical-coordinate representation of color #183248: hue angle of 207.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183248 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB245072-
CMYK0.670.3100.72
HSL207.5º50%18.82%-
HSV(B)207.5º66.67%28.24%-
XYZ2.692.946.56-
YUV44.73143.39113.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=16.44%
G=34.25%
B=49.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2450720.670.3100.72207.55018.82
Hex183248431F048d03213
Octal30621101033701103206223
Binary110001100101001000100001111111010010001101000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183248; }

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

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

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

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

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

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

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

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