Html Css Color HEX #1C343D Blue Whale

📋 copy color: '#1C343D'

red 28 ◦ green 52 ◦ blue 61

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

Shades of Blue Whale #1C343D

Tints of Blue Whale #1C343D

RGB

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

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

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 28 52 61 -
CMYK 0.54 0.15 0 0.76
HSL 196.36º 0.37% 0.17% -
HSV(B) 196.36º 0.54% 0.24% -
XYZ 2.55 3.04 4.87 -
YUV 45.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 28 52 61 0.54 0.15 0 0.76 196.36 0.37 0.17
Hex 1C 34 3D 36 F 0 4C C4 25 11
Octal 34 64 75 66 17 0 114 304 45 21
Binary 11100 110100 111101 110110 1111 0 1001100 11000100 100101 10001

Color Harmonies of #1C343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C343D

Black with #1C343D

Text Example


Text Example

White with #1C343D

Text Example


Text Example

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