Html Css Color HEX #223539 Nordic

📋 copy color: '#223539'

red 34 ◦ green 53 ◦ blue 57

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

Shades of Nordic #223539

Tints of Nordic #223539

RGB

 RED value IS 34 (13.67% from 255) = 23.61%

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 23.61%
G = 36.81%
B = 39.58%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223539 (or 0x223539) is known color: Nordic. HEX triplet: 22, 35 and 39. RGB value is (34,53,57). Sum of RGB (Red+Green+Blue) = 34+53+57=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #223539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223539 is #DDCAC6. Grayscale: #2F2F2F. Windows color (decimal): -14535367 or 3749154. OLE color: 3749154.

HSL color Cylindrical-coordinate representation of color #223539: hue angle of 190.43º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223539 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 53 57 -
CMYK 0.40 0.07 0 0.78
HSL 190.43º 0.25% 0.18% -
HSV(B) 190.43º 0.4% 0.22% -
XYZ 2.67 3.18 4.34 -
YUV 47.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 34 53 57 0.40 0.07 0 0.78 190.43 0.25 0.18
Hex 22 35 39 28 7 0 4E BE 19 12
Octal 42 65 71 50 7 0 116 276 31 22
Binary 100010 110101 111001 101000 111 0 1001110 10111110 11001 10010

Color Harmonies of #223539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223539

Black with #223539

Text Example


Text Example

White with #223539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223539; }

 p { color: rgb(34,53,57); }

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

background-color css

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

 a { background-color: rgb(34,53,57); }

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

border-color css

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

 span { border-color: rgb(34,53,57); }

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