#153438

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

Shades of Nordic #153438

Tints of Nordic #153438

Color information

#153438 (or 0x153438) is unknown color: approx Nordic. HEX triplet: 15, 34 and 38. RGB value is (21,52,56). Sum of RGB (Red+Green+Blue) = 21+52+56=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #153438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153438 is #EACBC7. Grayscale: #2B2B2B. Windows color (decimal): -15387592 or 3683349. OLE color: 3683349.

HSL color Cylindrical-coordinate representation of color #153438: hue angle of 186.86º 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 #153438 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215256-
CMYK0.630.0700.78
HSL186.86º45.45%15.1%-
HSV(B)186.86º62.5%21.96%-
XYZ2.252.94.18-
YUV43.19135.23112.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=16.28%
G=40.31%
B=43.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2152560.630.0700.78186.8645.4515.1
Hex1534383F704Ebb2df
Octal25647077701162735517
Binary1010111010011100011111111101001110101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153438; }

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

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

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

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

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

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

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

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