Html Css Color HEX #1C3B40 Nordic

📋 copy color: '#1C3B40'

red 28 ◦ green 59 ◦ blue 64

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

Shades of Nordic #1C3B40

Tints of Nordic #1C3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.07%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 18.54%
G = 39.07%
B = 42.38%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C3B40 (or 0x1C3B40) is known color: Nordic. HEX triplet: 1C, 3B and 40. RGB value is (28,59,64). Sum of RGB (Red+Green+Blue) = 28+59+64=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3B40 is #E3C4BF. Grayscale: #323232. Windows color (decimal): -14927040 or 4209436. OLE color: 4209436.

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

Color convert

RGB 28 59 64 -
CMYK 0.56 0.08 0 0.75
HSL 188.33º 0.39% 0.18% -
HSV(B) 188.33º 0.56% 0.25% -
XYZ 2.97 3.74 5.42 -
YUV 50.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 28 59 64 0.56 0.08 0 0.75 188.33 0.39 0.18
Hex 1C 3B 40 38 8 0 4B BC 27 12
Octal 34 73 100 70 10 0 113 274 47 22
Binary 11100 111011 1000000 111000 1000 0 1001011 10111100 100111 10010

Color Harmonies of #1C3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3B40

Black with #1C3B40

Text Example


Text Example

White with #1C3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,59,64); }

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

background-color css

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

 a { background-color: rgb(28,59,64); }

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

border-color css

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

 span { border-color: rgb(28,59,64); }

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