Html Css Color HEX #1C344D Blue Whale

📋 copy color: '#1C344D'

red 28 ◦ green 52 ◦ blue 77

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

Shades of Blue Whale #1C344D

Tints of Blue Whale #1C344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 17.83%
G = 33.12%
B = 49.04%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C344D (or 0x1C344D) is known color: Blue Whale. HEX triplet: 1C, 34 and 4D. RGB value is (28,52,77). Sum of RGB (Red+Green+Blue) = 28+52+77=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C344D is #E3CBB2. Grayscale: #2F2F2F. Windows color (decimal): -14928819 or 5059612. OLE color: 5059612.

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

Color convert

RGB 28 52 77 -
CMYK 0.64 0.32 0 0.70
HSL 210.61º 0.47% 0.21% -
HSV(B) 210.61º 0.64% 0.3% -
XYZ 3.05 3.24 7.49 -
YUV 47.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 28 52 77 0.64 0.32 0 0.70 210.61 0.47 0.21
Hex 1C 34 4D 40 20 0 46 D3 2F 15
Octal 34 64 115 100 40 0 106 323 57 25
Binary 11100 110100 1001101 1000000 100000 0 1000110 11010011 101111 10101

Color Harmonies of #1C344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C344D

Black with #1C344D

Text Example


Text Example

White with #1C344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C344D;
 }
 .AnyTagClassName
 {
   color: #1C344D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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