Html Css Color HEX #223437 Nordic

📋 copy color: '#223437'

red 34 ◦ green 52 ◦ blue 55

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

Shades of Nordic #223437

Tints of Nordic #223437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 24.11%
G = 36.88%
B = 39.01%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223437 (or 0x223437) is known color: Nordic. HEX triplet: 22, 34 and 37. RGB value is (34,52,55). Sum of RGB (Red+Green+Blue) = 34+52+55=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #223437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223437 is #DDCBC8. Grayscale: #2E2E2E. Windows color (decimal): -14535625 or 3617826. OLE color: 3617826.

HSL color Cylindrical-coordinate representation of color #223437: hue angle of 188.57º 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 #223437 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 52 55 -
CMYK 0.38 0.05 0 0.78
HSL 188.57º 0.24% 0.17% -
HSV(B) 188.57º 0.38% 0.22% -
XYZ 2.58 3.07 4.07 -
YUV 46.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 34 52 55 0.38 0.05 0 0.78 188.57 0.24 0.17
Hex 22 34 37 26 5 0 4E BD 18 11
Octal 42 64 67 46 5 0 116 275 30 21
Binary 100010 110100 110111 100110 101 0 1001110 10111101 11000 10001

Color Harmonies of #223437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223437

Black with #223437

Text Example


Text Example

White with #223437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223437; }

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

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

background-color css

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

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

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

border-color css

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

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

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