#19343C

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

Shades of Nordic #19343C

Tints of Nordic #19343C

Color information

#19343C (or 0x19343C) is unknown color: approx Nordic. HEX triplet: 19, 34 and 3C. RGB value is (25,52,60). Sum of RGB (Red+Green+Blue) = 25+52+60=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #19343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19343C is #E6CBC3. Grayscale: #2C2C2C. Windows color (decimal): -15125444 or 3945497. OLE color: 3945497.

HSL color Cylindrical-coordinate representation of color #19343C: hue angle of 193.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19343C is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB255260-
CMYK0.580.1300.76
HSL193.71º41.18%16.67%-
HSV(B)193.71º58.33%23.53%-
XYZ2.442.994.72-
YUV44.84136.55113.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=18.25%
G=37.96%
B=43.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2552600.580.1300.76193.7141.1816.67
Hex19343C3AD04Cc22911
Octal316474721501143025121
Binary110011101001111001110101101010011001100001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,52,60); }

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

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

 a { background-color: rgb(25,52,60); }

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

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

 span { border-color: rgb(25,52,60); }

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