Html Css Color HEX #1C3E41 Nordic

📋 copy color: '#1C3E41'

red 28 ◦ green 62 ◦ blue 65

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

Shades of Nordic #1C3E41

Tints of Nordic #1C3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 18.06%
G = 40%
B = 41.94%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C3E41 (or 0x1C3E41) is known color: Nordic. HEX triplet: 1C, 3E and 41. RGB value is (28,62,65). Sum of RGB (Red+Green+Blue) = 28+62+65=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #1C3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3E41 is #E3C1BE. Grayscale: #343434. Windows color (decimal): -14926271 or 4275740. OLE color: 4275740.

HSL color Cylindrical-coordinate representation of color #1C3E41: hue angle of 184.86º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C3E41 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 62 65 -
CMYK 0.57 0.05 0 0.75
HSL 184.86º 0.4% 0.18% -
HSV(B) 184.86º 0.57% 0.25% -
XYZ 3.16 4.07 5.62 -
YUV 52.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 28 62 65 0.57 0.05 0 0.75 184.86 0.4 0.18
Hex 1C 3E 41 39 5 0 4B B9 28 12
Octal 34 76 101 71 5 0 113 271 50 22
Binary 11100 111110 1000001 111001 101 0 1001011 10111001 101000 10010

Color Harmonies of #1C3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3E41

Black with #1C3E41

Text Example


Text Example

White with #1C3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,62,65); }

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

background-color css

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

 a { background-color: rgb(28,62,65); }

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

border-color css

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

 span { border-color: rgb(28,62,65); }

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