#1C3141

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

Shades of Blue Whale #1C3141

Tints of Blue Whale #1C3141

Color information

#1C3141 (or 0x1C3141) is unknown color: approx Blue Whale. HEX triplet: 1C, 31 and 41. RGB value is (28,49,65). Sum of RGB (Red+Green+Blue) = 28+49+65=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3141 is #E3CEBE. Grayscale: #2C2C2C. Windows color (decimal): -14929599 or 4272412. OLE color: 4272412.

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

Color convert

RGB284965-
CMYK0.570.2500.75
HSL205.95º39.78%18.24%-
HSV(B)205.95º56.92%25.49%-
XYZ2.532.835.41-
YUV44.54139.54116.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=19.72%
G=34.51%
B=45.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2849650.570.2500.75205.9539.7818.24
Hex1C3141391904Bce2812
Octal3461101713101133165022
Binary11100110001100000111100111001010010111100111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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