#1C343D

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

Shades of Blue Whale #1C343D

Tints of Blue Whale #1C343D

Color information

#1C343D (or 0x1C343D) is unknown color: approx Blue Whale. HEX triplet: 1C, 34 and 3D. RGB value is (28,52,61). Sum of RGB (Red+Green+Blue) = 28+52+61=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C343D is #E3CBC2. Grayscale: #2D2D2D. Windows color (decimal): -14928835 or 4011036. OLE color: 4011036.

HSL color Cylindrical-coordinate representation of color #1C343D: hue angle of 196.36º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C343D is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB285261-
CMYK0.540.1500.76
HSL196.36º37.08%17.45%-
HSV(B)196.36º54.1%23.92%-
XYZ2.553.044.87-
YUV45.85136.55115.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=19.86%
G=36.88%
B=43.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2852610.540.1500.76196.3637.0817.45
Hex1C343D36F04Cc42511
Octal346475661701143044521
Binary111001101001111011101101111010011001100010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,61); }

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

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

 a { background-color: rgb(28,52,61); }

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

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

 span { border-color: rgb(28,52,61); }

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