#1C363F

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

Shades of Elephant #1C363F

Tints of Elephant #1C363F

Color information

#1C363F (or 0x1C363F) is unknown color: approx Elephant. HEX triplet: 1C, 36 and 3F. RGB value is (28,54,63). Sum of RGB (Red+Green+Blue) = 28+54+63=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C363F is #E3C9C0. Grayscale: #2F2F2F. Windows color (decimal): -14928321 or 4142620. OLE color: 4142620.

HSL color Cylindrical-coordinate representation of color #1C363F: hue angle of 195.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C363F is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB285463-
CMYK0.560.1400.75
HSL195.43º38.46%17.84%-
HSV(B)195.43º55.56%24.71%-
XYZ2.73.245.19-
YUV47.25136.89114.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 63 (25% from 255) = 43.45%
R=19.31%
G=37.24%
B=43.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2854630.560.1400.75195.4338.4617.84
Hex1C363F38E04Bc32612
Octal346677701601133034622
Binary111001101101111111110001110010010111100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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