Html Css Color HEX #223F41 Nordic

📋 copy color: '#223F41'

red 34 ◦ green 63 ◦ blue 65

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

Shades of Nordic #223F41

Tints of Nordic #223F41

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 20.99%
G = 38.89%
B = 40.12%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223F41 (or 0x223F41) is known color: Nordic. HEX triplet: 22, 3F and 41. RGB value is (34,63,65). Sum of RGB (Red+Green+Blue) = 34+63+65=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #223F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F41 is #DDC0BE. Grayscale: #363636. Windows color (decimal): -14532799 or 4276002. OLE color: 4276002.

HSL color Cylindrical-coordinate representation of color #223F41: hue angle of 183.87º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #223F41 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 63 65 -
CMYK 0.48 0.03 0 0.75
HSL 183.87º 0.31% 0.19% -
HSV(B) 183.87º 0.48% 0.25% -
XYZ 3.39 4.28 5.65 -
YUV 54.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 34 63 65 0.48 0.03 0 0.75 183.87 0.31 0.19
Hex 22 3F 41 30 3 0 4B B8 1F 13
Octal 42 77 101 60 3 0 113 270 37 23
Binary 100010 111111 1000001 110000 11 0 1001011 10111000 11111 10011

Color Harmonies of #223F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F41

Black with #223F41

Text Example


Text Example

White with #223F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223F41; }

 p { color: rgb(34,63,65); }

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

background-color css

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

 a { background-color: rgb(34,63,65); }

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

border-color css

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

 span { border-color: rgb(34,63,65); }

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