#153538

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

Shades of Nordic #153538

Tints of Nordic #153538

Color information

#153538 (or 0x153538) is unknown color: approx Nordic. HEX triplet: 15, 35 and 38. RGB value is (21,53,56). Sum of RGB (Red+Green+Blue) = 21+53+56=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #153538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153538 is #EACAC7. Grayscale: #2B2B2B. Windows color (decimal): -15387336 or 3683605. OLE color: 3683605.

HSL color Cylindrical-coordinate representation of color #153538: hue angle of 185.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153538 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215356-
CMYK0.630.0500.78
HSL185.14º45.45%15.1%-
HSV(B)185.14º62.5%21.96%-
XYZ2.32.994.2-
YUV43.77134.9111.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=16.15%
G=40.77%
B=43.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2153560.630.0500.78185.1445.4515.1
Hex1535383F504Eb92df
Octal25657077501162715517
Binary1010111010111100011111110101001110101110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153538; }

 p { color: rgb(21,53,56); }

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

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

 a { background-color: rgb(21,53,56); }

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

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

 span { border-color: rgb(21,53,56); }

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