#37818A

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

Shades of Paradiso #37818A

Tints of Paradiso #37818A

Color information

#37818A (or 0x37818A) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 8A. RGB value is (55,129,138). Sum of RGB (Red+Green+Blue) = 55+129+138=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #37818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37818A is #C87E75. Grayscale: #6B6B6B. Windows color (decimal): -13139574 or 9077047. OLE color: 9077047.

HSL color Cylindrical-coordinate representation of color #37818A: hue angle of 186.51º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37818A is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55129138-
CMYK0.600.0700.46
HSL186.51º43.01%37.84%-
HSV(B)186.51º60.14%54.12%-
XYZ14.0118.3526.85-
YUV107.9144.9890.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=17.08%
G=40.06%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551291380.600.0700.46186.5143.0137.84
Hex37818A3C702Ebb2b26
Octal672012127470562735346
Binary1101111000000110001010111100111010111010111011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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