#153A3C

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

Shades of Nordic #153A3C

Tints of Nordic #153A3C

Color information

#153A3C (or 0x153A3C) is unknown color: approx Nordic. HEX triplet: 15, 3A and 3C. RGB value is (21,58,60). Sum of RGB (Red+Green+Blue) = 21+58+60=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #153A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A3C is #EAC5C3. Grayscale: #2F2F2F. Windows color (decimal): -15386052 or 3947029. OLE color: 3947029.

HSL color Cylindrical-coordinate representation of color #153A3C: hue angle of 183.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153A3C is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB215860-
CMYK0.650.0300.76
HSL183.08º48.15%15.88%-
HSV(B)183.08º65%23.53%-
XYZ2.643.514.81-
YUV47.17135.24109.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=15.11%
G=41.73%
B=43.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2158600.650.0300.76183.0848.1515.88
Hex153A3C41304Cb73010
Octal257274101301142676020
Binary10101111010111100100000111010011001011011111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A3C; }

 p { color: rgb(21,58,60); }

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

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

 a { background-color: rgb(21,58,60); }

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

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

 span { border-color: rgb(21,58,60); }

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