#22383C

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

Shades of Nordic #22383C

Tints of Nordic #22383C

Color information

#22383C (or 0x22383C) is unknown color: approx Nordic. HEX triplet: 22, 38 and 3C. RGB value is (34,56,60). Sum of RGB (Red+Green+Blue) = 34+56+60=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #22383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22383C is #DDC7C3. Grayscale: #313131. Windows color (decimal): -14534596 or 3946530. OLE color: 3946530.

HSL color Cylindrical-coordinate representation of color #22383C: hue angle of 189.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #22383C is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB345660-
CMYK0.430.0700.76
HSL189.23º27.66%18.43%-
HSV(B)189.23º43.33%23.53%-
XYZ2.893.494.8-
YUV49.88133.71116.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=22.67%
G=37.33%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3456600.430.0700.76189.2327.6618.43
Hex22383C2B704Cbd1c12
Octal42707453701142753422
Binary10001011100011110010101111101001100101111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22383C; }

 p { color: rgb(34,56,60); }

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

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

 a { background-color: rgb(34,56,60); }

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

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

 span { border-color: rgb(34,56,60); }

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