#18344F

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

Shades of Blue Whale #18344F

Tints of Blue Whale #18344F

Color information

#18344F (or 0x18344F) is unknown color: approx Blue Whale. HEX triplet: 18, 34 and 4F. RGB value is (24,52,79). Sum of RGB (Red+Green+Blue) = 24+52+79=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #18344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18344F is #E7CBB0. Grayscale: #2E2E2E. Windows color (decimal): -15190961 or 5190680. OLE color: 5190680.

HSL color Cylindrical-coordinate representation of color #18344F: hue angle of 209.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18344F is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245279-
CMYK0.700.3400.69
HSL209.45º53.4%20.2%-
HSV(B)209.45º69.62%30.98%-
XYZ3.023.217.86-
YUV46.71146.22111.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=15.48%
G=33.55%
B=50.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2452790.700.3400.69209.4553.420.2
Hex18344F4622045d13514
Octal30641171064201053216524
Binary1100011010010011111000110100010010001011101000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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