#223F41

Color #223F41 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #223F41

Tints of Nordic #223F41

Color information

#223F41 (or 0x223F41) is unknown color: approx 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

RGB346365-
CMYK0.480.0300.75
HSL183.87º31.31%19.41%-
HSV(B)183.87º47.69%25.49%-
XYZ3.394.285.65-
YUV54.56133.89113.34-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463650.480.0300.75183.8731.3119.41
Hex223F4130304Bb81f13
Octal427710160301132703723
Binary10001011111110000011100001101001011101110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>