Html Css Color HEX #223336 Nordic

📋 copy color: '#223336'

red 34 ◦ green 51 ◦ blue 54

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

Shades of Nordic #223336

Tints of Nordic #223336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

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

R = 24.46%
G = 36.69%
B = 38.85%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#223336 (or 0x223336) is known color: Nordic. HEX triplet: 22, 33 and 36. RGB value is (34,51,54). Sum of RGB (Red+Green+Blue) = 34+51+54=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #223336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223336 is #DDCCC9. Grayscale: #2E2E2E. Windows color (decimal): -14535882 or 3552034. OLE color: 3552034.

HSL color Cylindrical-coordinate representation of color #223336: hue angle of 189º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #223336 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 51 54 -
CMYK 0.37 0.06 0 0.79
HSL 189º 0.23% 0.17% -
HSV(B) 189º 0.37% 0.21% -
XYZ 2.51 2.97 3.93 -
YUV 46.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 34 51 54 0.37 0.06 0 0.79 189 0.23 0.17
Hex 22 33 36 25 6 0 4F BD 17 11
Octal 42 63 66 45 6 0 117 275 27 21
Binary 100010 110011 110110 100101 110 0 1001111 10111101 10111 10001

Color Harmonies of #223336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223336

Black with #223336

Text Example


Text Example

White with #223336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223336; }

 p { color: rgb(34,51,54); }

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

background-color css

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

 a { background-color: rgb(34,51,54); }

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

border-color css

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

 span { border-color: rgb(34,51,54); }

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