#37808A

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

Shades of Paradiso #37808A

Tints of Paradiso #37808A

Color information

#37808A (or 0x37808A) is unknown color: approx Paradiso. HEX triplet: 37, 80 and 8A. RGB value is (55,128,138). Sum of RGB (Red+Green+Blue) = 55+128+138=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #37808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37808A is #C87F75. Grayscale: #6B6B6B. Windows color (decimal): -13139830 or 9076791. OLE color: 9076791.

HSL color Cylindrical-coordinate representation of color #37808A: hue angle of 187.23º 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 #37808A is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55128138-
CMYK0.600.0700.46
HSL187.23º43.01%37.84%-
HSV(B)187.23º60.14%54.12%-
XYZ13.8818.0926.8-
YUV107.31145.3290.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=17.13%
G=39.88%
B=42.99%

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
Decimal551281380.600.0700.46187.2343.0137.84
Hex37808A3C702Ebb2b26
Octal672002127470562735346
Binary1101111000000010001010111100111010111010111011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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