Html Css Color HEX #1C3236 Nordic

📋 copy color: '#1C3236'

red 28 ◦ green 50 ◦ blue 54

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

Shades of Nordic #1C3236

Tints of Nordic #1C3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 54 (21.48% from 255) = 40.91%

R = 21.21%
G = 37.88%
B = 40.91%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1C3236 (or 0x1C3236) is known color: Nordic. HEX triplet: 1C, 32 and 36. RGB value is (28,50,54). Sum of RGB (Red+Green+Blue) = 28+50+54=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #1C3236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3236 is #E3CDC9. Grayscale: #2B2B2B. Windows color (decimal): -14929354 or 3551772. OLE color: 3551772.

HSL color Cylindrical-coordinate representation of color #1C3236: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3236 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 28 50 54 -
CMYK 0.48 0.07 0 0.79
HSL 189.23º 0.32% 0.16% -
HSV(B) 189.23º 0.48% 0.21% -
XYZ 2.29 2.79 3.91 -
YUV 43.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 28 50 54 0.48 0.07 0 0.79 189.23 0.32 0.16
Hex 1C 32 36 30 7 0 4F BD 20 10
Octal 34 62 66 60 7 0 117 275 40 20
Binary 11100 110010 110110 110000 111 0 1001111 10111101 100000 10000

Color Harmonies of #1C3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3236

Black with #1C3236

Text Example


Text Example

White with #1C3236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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