#1C3448

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

Shades of Blue Whale #1C3448

Tints of Blue Whale #1C3448

Color information

#1C3448 (or 0x1C3448) is unknown color: approx Blue Whale. HEX triplet: 1C, 34 and 48. RGB value is (28,52,72). Sum of RGB (Red+Green+Blue) = 28+52+72=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3448 is #E3CBB7. Grayscale: #2F2F2F. Windows color (decimal): -14928824 or 4731932. OLE color: 4731932.

HSL color Cylindrical-coordinate representation of color #1C3448: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3448 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB285272-
CMYK0.610.2800.72
HSL207.27º44%19.61%-
HSV(B)207.27º61.11%28.24%-
XYZ2.883.176.59-
YUV47.1142.05114.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=18.42%
G=34.21%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2852720.610.2800.72207.274419.61
Hex1C34483D1C048cf2c14
Octal3464110753401103175424
Binary11100110100100100011110111100010010001100111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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