Html Css Color HEX #1C3A3D Nordic

📋 copy color: '#1C3A3D'

red 28 ◦ green 58 ◦ blue 61

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

Shades of Nordic #1C3A3D

Tints of Nordic #1C3A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 19.05%
G = 39.46%
B = 41.5%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C3A3D (or 0x1C3A3D) is known color: Nordic. HEX triplet: 1C, 3A and 3D. RGB value is (28,58,61). Sum of RGB (Red+Green+Blue) = 28+58+61=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C3A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A3D is #E3C5C2. Grayscale: #313131. Windows color (decimal): -14927299 or 4012572. OLE color: 4012572.

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

Color convert

RGB 28 58 61 -
CMYK 0.54 0.05 0 0.76
HSL 185.45º 0.37% 0.17% -
HSV(B) 185.45º 0.54% 0.24% -
XYZ 2.83 3.61 4.96 -
YUV 49.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 28 58 61 0.54 0.05 0 0.76 185.45 0.37 0.17
Hex 1C 3A 3D 36 5 0 4C B9 25 11
Octal 34 72 75 66 5 0 114 271 45 21
Binary 11100 111010 111101 110110 101 0 1001100 10111001 100101 10001

Color Harmonies of #1C3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3A3D

Black with #1C3A3D

Text Example


Text Example

White with #1C3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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