#1C313A

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

Shades of Blue Whale #1C313A

Tints of Blue Whale #1C313A

Color information

#1C313A (or 0x1C313A) is unknown color: approx Blue Whale. HEX triplet: 1C, 31 and 3A. RGB value is (28,49,58). Sum of RGB (Red+Green+Blue) = 28+49+58=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C313A is #E3CEC5. Grayscale: #2B2B2B. Windows color (decimal): -14929606 or 3813660. OLE color: 3813660.

HSL color Cylindrical-coordinate representation of color #1C313A: hue angle of 198º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C313A is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB284958-
CMYK0.520.1600.77
HSL198º34.88%16.86%-
HSV(B)198º51.72%22.75%-
XYZ2.342.754.41-
YUV43.75136.04116.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.74%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=20.74%
G=36.30%
B=42.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2849580.520.1600.7719834.8816.86
Hex1C313A341004Dc62311
Octal346172642001153064321
Binary1110011000111101011010010000010011011100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,58); }

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

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

 a { background-color: rgb(28,49,58); }

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

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

 span { border-color: rgb(28,49,58); }

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