#1E364B

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

Shades of Blue Whale #1E364B

Tints of Blue Whale #1E364B

Color information

#1E364B (or 0x1E364B) is unknown color: approx Blue Whale. HEX triplet: 1E, 36 and 4B. RGB value is (30,54,75). Sum of RGB (Red+Green+Blue) = 30+54+75=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E364B is #E1C9B4. Grayscale: #313131. Windows color (decimal): -14797237 or 4929054. OLE color: 4929054.

HSL color Cylindrical-coordinate representation of color #1E364B: hue angle of 208º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E364B is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB305475-
CMYK0.600.2800.71
HSL208º42.86%20.59%-
HSV(B)208º60%29.41%-
XYZ3.123.427.15-
YUV49.22142.55114.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.87%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=18.87%
G=33.96%
B=47.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3054750.600.2800.7120842.8620.59
Hex1E364B3C1C047d02b15
Octal3666113743401073205325
Binary11110110110100101111110011100010001111101000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E364B; }

 p { color: rgb(30,54,75); }

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

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

 a { background-color: rgb(30,54,75); }

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

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

 span { border-color: rgb(30,54,75); }

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