#183442

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

Shades of Blue Whale #183442

Tints of Blue Whale #183442

Color information

#183442 (or 0x183442) is unknown color: approx Blue Whale. HEX triplet: 18, 34 and 42. RGB value is (24,52,66). Sum of RGB (Red+Green+Blue) = 24+52+66=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #183442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183442 is #E7CBBD. Grayscale: #2D2D2D. Windows color (decimal): -15190974 or 4338712. OLE color: 4338712.

HSL color Cylindrical-coordinate representation of color #183442: hue angle of 200º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183442 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB245266-
CMYK0.640.2100.74
HSL200º46.67%17.65%-
HSV(B)200º63.64%25.88%-
XYZ2.593.045.61-
YUV45.22139.72112.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=16.90%
G=36.62%
B=46.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2452660.640.2100.7420046.6717.65
Hex183442401504Ac82f12
Octal30641021002501123105722
Binary110001101001000010100000010101010010101100100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183442; }

 p { color: rgb(24,52,66); }

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

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

 a { background-color: rgb(24,52,66); }

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

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

 span { border-color: rgb(24,52,66); }

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