Html Css Color HEX #223538 Nordic

📋 copy color: '#223538'

red 34 ◦ green 53 ◦ blue 56

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

Shades of Nordic #223538

Tints of Nordic #223538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 23.78%
G = 37.06%
B = 39.16%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223538 (or 0x223538) is known color: Nordic. HEX triplet: 22, 35 and 38. RGB value is (34,53,56). Sum of RGB (Red+Green+Blue) = 34+53+56=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #223538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223538 is #DDCAC7. Grayscale: #2F2F2F. Windows color (decimal): -14535368 or 3683618. OLE color: 3683618.

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

Color convert

RGB 34 53 56 -
CMYK 0.39 0.05 0 0.78
HSL 188.18º 0.24% 0.18% -
HSV(B) 188.18º 0.39% 0.22% -
XYZ 2.65 3.17 4.21 -
YUV 47.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 34 53 56 0.39 0.05 0 0.78 188.18 0.24 0.18
Hex 22 35 38 27 5 0 4E BC 18 12
Octal 42 65 70 47 5 0 116 274 30 22
Binary 100010 110101 111000 100111 101 0 1001110 10111100 11000 10010

Color Harmonies of #223538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223538

Black with #223538

Text Example


Text Example

White with #223538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223538; }

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

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

background-color css

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

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

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

border-color css

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

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

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