Html Css Color HEX #1C3639 Nordic

📋 copy color: '#1C3639'

red 28 ◦ green 54 ◦ blue 57

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

Shades of Nordic #1C3639

Tints of Nordic #1C3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 20.14%
G = 38.85%
B = 41.01%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C3639 (or 0x1C3639) is known color: Nordic. HEX triplet: 1C, 36 and 39. RGB value is (28,54,57). Sum of RGB (Red+Green+Blue) = 28+54+57=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3639 is #E3C9C6. Grayscale: #2E2E2E. Windows color (decimal): -14928327 or 3749404. OLE color: 3749404.

HSL color Cylindrical-coordinate representation of color #1C3639: hue angle of 186.21º 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 #1C3639 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 54 57 -
CMYK 0.51 0.05 0 0.78
HSL 186.21º 0.34% 0.17% -
HSV(B) 186.21º 0.51% 0.22% -
XYZ 2.54 3.18 4.35 -
YUV 46.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 28 54 57 0.51 0.05 0 0.78 186.21 0.34 0.17
Hex 1C 36 39 33 5 0 4E BA 22 11
Octal 34 66 71 63 5 0 116 272 42 21
Binary 11100 110110 111001 110011 101 0 1001110 10111010 100010 10001

Color Harmonies of #1C3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3639

Black with #1C3639

Text Example


Text Example

White with #1C3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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