#1C344C

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

Shades of Blue Whale #1C344C

Tints of Blue Whale #1C344C

Color information

#1C344C (or 0x1C344C) is unknown color: approx Blue Whale. HEX triplet: 1C, 34 and 4C. RGB value is (28,52,76). Sum of RGB (Red+Green+Blue) = 28+52+76=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C344C is #E3CBB3. Grayscale: #2F2F2F. Windows color (decimal): -14928820 or 4994076. OLE color: 4994076.

HSL color Cylindrical-coordinate representation of color #1C344C: hue angle of 210º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C344C is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB285276-
CMYK0.630.3200.70
HSL210º46.15%20.39%-
HSV(B)210º63.16%29.8%-
XYZ3.013.227.3-
YUV47.56144.05114.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=17.95%
G=33.33%
B=48.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2852760.630.3200.7021046.1520.39
Hex1C344C3F20046d22e14
Octal3464114774001063225624
Binary111001101001001100111111100000010001101101001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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