Html Css Color HEX #1C344C Blue Whale

📋 copy color: '#1C344C'

red 28 ◦ green 52 ◦ blue 76

#1C344C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #1C344C

Tints of Blue Whale #1C344C

RGB

 RED value IS 28 (11.33% from 255) = 17.95%

 GREEN value IS 52 (20.7% 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 value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C344C (or 0x1C344C) is known color: 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

RGB 28 52 76 -
CMYK 0.63 0.32 0 0.70
HSL 210º 0.46% 0.2% -
HSV(B) 210º 0.63% 0.3% -
XYZ 3.01 3.22 7.3 -
YUV 47.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 28 52 76 0.63 0.32 0 0.70 210 0.46 0.2
Hex 1C 34 4C 3F 20 0 46 D2 2E 14
Octal 34 64 114 77 40 0 106 322 56 24
Binary 11100 110100 1001100 111111 100000 0 1000110 11010010 101110 10100

Color Harmonies of #1C344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C344C

Black with #1C344C

Text Example


Text Example

White with #1C344C

Text Example


Text Example

HTML Codes & Css Web 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>