#18344C

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

Shades of Blue Whale #18344C

Tints of Blue Whale #18344C

Color information

#18344C (or 0x18344C) is unknown color: approx Blue Whale. HEX triplet: 18, 34 and 4C. RGB value is (24,52,76). Sum of RGB (Red+Green+Blue) = 24+52+76=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #18344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18344C is #E7CBB3. Grayscale: #2E2E2E. Windows color (decimal): -15190964 or 4994072. OLE color: 4994072.

HSL color Cylindrical-coordinate representation of color #18344C: hue angle of 207.69º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18344C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB245276-
CMYK0.680.3200.70
HSL207.69º52%19.61%-
HSV(B)207.69º68.42%29.8%-
XYZ2.913.177.3-
YUV46.36144.72112.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 76 (30.08% from 255) = 50%
R=15.79%
G=34.21%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2452760.680.3200.70207.695219.61
Hex18344C4420046d03414
Octal30641141044001063206424
Binary1100011010010011001000100100000010001101101000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18344C; }

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

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

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

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

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

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

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

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