Html Css Color HEX #1C3D44 Nordic

📋 copy color: '#1C3D44'

red 28 ◦ green 61 ◦ blue 68

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

Shades of Nordic #1C3D44

Tints of Nordic #1C3D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.85%

 BLUE value IS 68 (26.95% from 255) = 43.31%

R = 17.83%
G = 38.85%
B = 43.31%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1C3D44 (or 0x1C3D44) is known color: Nordic. HEX triplet: 1C, 3D and 44. RGB value is (28,61,68). Sum of RGB (Red+Green+Blue) = 28+61+68=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 68 - color contains mainly: blue. Hex color #1C3D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D44 is #E3C2BB. Grayscale: #333333. Windows color (decimal): -14926524 or 4472092. OLE color: 4472092.

HSL color Cylindrical-coordinate representation of color #1C3D44: hue angle of 190.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C3D44 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 28 61 68 -
CMYK 0.59 0.10 0 0.73
HSL 190.5º 0.42% 0.19% -
HSV(B) 190.5º 0.59% 0.27% -
XYZ 3.19 4 6.07 -
YUV 51.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 28 61 68 0.59 0.10 0 0.73 190.5 0.42 0.19
Hex 1C 3D 44 3B A 0 49 BE 2A 13
Octal 34 75 104 73 12 0 111 276 52 23
Binary 11100 111101 1000100 111011 1010 0 1001001 10111110 101010 10011

Color Harmonies of #1C3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D44

Black with #1C3D44

Text Example


Text Example

White with #1C3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,61,68); }

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

background-color css

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

 a { background-color: rgb(28,61,68); }

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

border-color css

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

 span { border-color: rgb(28,61,68); }

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