#1C364D

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

Shades of Blue Whale #1C364D

Tints of Blue Whale #1C364D

Color information

#1C364D (or 0x1C364D) is unknown color: approx Blue Whale. HEX triplet: 1C, 36 and 4D. RGB value is (28,54,77). Sum of RGB (Red+Green+Blue) = 28+54+77=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C364D is #E3C9B2. Grayscale: #303030. Windows color (decimal): -14928307 or 5060124. OLE color: 5060124.

HSL color Cylindrical-coordinate representation of color #1C364D: hue angle of 208.16º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C364D is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB285477-
CMYK0.640.3000.70
HSL208.16º46.67%20.59%-
HSV(B)208.16º63.64%30.2%-
XYZ3.143.427.52-
YUV48.85143.89113.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=17.61%
G=33.96%
B=48.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2854770.640.3000.70208.1646.6720.59
Hex1C364D401E046d02f15
Octal34661151003601063205725
Binary111001101101001101100000011110010001101101000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,77); }

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

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

 a { background-color: rgb(28,54,77); }

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

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

 span { border-color: rgb(28,54,77); }

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