#223E3F

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

Shades of Nordic #223E3F

Tints of Nordic #223E3F

Color information

#223E3F (or 0x223E3F) is unknown color: approx Nordic. HEX triplet: 22, 3E and 3F. RGB value is (34,62,63). Sum of RGB (Red+Green+Blue) = 34+62+63=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #223E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223E3F is #DDC1C0. Grayscale: #353535. Windows color (decimal): -14533057 or 4144674. OLE color: 4144674.

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

Color convert

RGB346263-
CMYK0.460.0200.75
HSL182.07º29.9%19.02%-
HSV(B)182.07º46.03%24.71%-
XYZ3.284.145.33-
YUV53.74133.22113.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 63 (25% from 255) = 39.62%
R=21.38%
G=38.99%
B=39.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3462630.460.0200.75182.0729.919.02
Hex223E3F2E204Bb61e13
Octal42767756201132663623
Binary1000101111101111111011101001001011101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #223E3F;
 }
 .AnyTagClassName
 {
   color: #223E3F;
 }
</style>
background-color css

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

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

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

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

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

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