Html Css Color HEX #1C3539 Nordic

📋 copy color: '#1C3539'

red 28 ◦ green 53 ◦ blue 57

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

Shades of Nordic #1C3539

Tints of Nordic #1C3539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 20.29%
G = 38.41%
B = 41.3%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C3539 (or 0x1C3539) is known color: Nordic. HEX triplet: 1C, 35 and 39. RGB value is (28,53,57). Sum of RGB (Red+Green+Blue) = 28+53+57=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3539 is #E3CAC6. Grayscale: #2D2D2D. Windows color (decimal): -14928583 or 3749148. OLE color: 3749148.

HSL color Cylindrical-coordinate representation of color #1C3539: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3539 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 53 57 -
CMYK 0.51 0.07 0 0.78
HSL 188.28º 0.34% 0.17% -
HSV(B) 188.28º 0.51% 0.22% -
XYZ 2.49 3.09 4.34 -
YUV 45.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 28 53 57 0.51 0.07 0 0.78 188.28 0.34 0.17
Hex 1C 35 39 33 7 0 4E BC 22 11
Octal 34 65 71 63 7 0 116 274 42 21
Binary 11100 110101 111001 110011 111 0 1001110 10111100 100010 10001

Color Harmonies of #1C3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3539

Black with #1C3539

Text Example


Text Example

White with #1C3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,57); }

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

background-color css

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

 a { background-color: rgb(28,53,57); }

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

border-color css

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

 span { border-color: rgb(28,53,57); }

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