Html Css Color HEX #223537 Nordic

📋 copy color: '#223537'

red 34 ◦ green 53 ◦ blue 55

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

Shades of Nordic #223537

Tints of Nordic #223537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 23.94%
G = 37.32%
B = 38.73%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223537 (or 0x223537) is known color: Nordic. HEX triplet: 22, 35 and 37. RGB value is (34,53,55). Sum of RGB (Red+Green+Blue) = 34+53+55=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #223537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223537 is #DDCAC8. Grayscale: #2F2F2F. Windows color (decimal): -14535369 or 3618082. OLE color: 3618082.

HSL color Cylindrical-coordinate representation of color #223537: hue angle of 185.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #223537 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 53 55 -
CMYK 0.38 0.04 0 0.78
HSL 185.71º 0.24% 0.17% -
HSV(B) 185.71º 0.38% 0.22% -
XYZ 2.62 3.16 4.09 -
YUV 47.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 34 53 55 0.38 0.04 0 0.78 185.71 0.24 0.17
Hex 22 35 37 26 4 0 4E BA 18 11
Octal 42 65 67 46 4 0 116 272 30 21
Binary 100010 110101 110111 100110 100 0 1001110 10111010 11000 10001

Color Harmonies of #223537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223537

Black with #223537

Text Example


Text Example

White with #223537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223537; }

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

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

background-color css

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

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

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

border-color css

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

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

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