#37818C

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

Shades of Paradiso #37818C

Tints of Paradiso #37818C

Color information

#37818C (or 0x37818C) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 8C. RGB value is (55,129,140). Sum of RGB (Red+Green+Blue) = 55+129+140=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #37818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37818C is #C87E73. Grayscale: #6C6C6C. Windows color (decimal): -13139572 or 9208119. OLE color: 9208119.

HSL color Cylindrical-coordinate representation of color #37818C: hue angle of 187.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37818C is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55129140-
CMYK0.610.0800.45
HSL187.76º43.59%38.24%-
HSV(B)187.76º60.71%54.9%-
XYZ14.1618.4127.62-
YUV108.13145.9890.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=16.98%
G=39.81%
B=43.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551291400.610.0800.45187.7643.5938.24
Hex37818C3D802Dbc2c26
Octal6720121475100552745446
Binary11011110000001100011001111011000010110110111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,129,140); }

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

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

 a { background-color: rgb(55,129,140); }

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

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

 span { border-color: rgb(55,129,140); }

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