#388282

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

Shades of Paradiso #388282

Tints of Paradiso #388282

Color information

#388282 (or 0x388282) is unknown color: approx Paradiso. HEX triplet: 38, 82 and 82. RGB value is (56,130,130). Sum of RGB (Red+Green+Blue) = 56+130+130=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #388282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388282 is #C77D7D. Grayscale: #6B6B6B. Windows color (decimal): -13073790 or 8553016. OLE color: 8553016.

HSL color Cylindrical-coordinate representation of color #388282: hue angle of 180º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388282 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56130130-
CMYK0.57000.49
HSL180º39.78%36.47%-
HSV(B)180º56.92%50.98%-
XYZ13.6418.4223.96-
YUV107.87140.4891-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=17.72%
G=41.14%
B=41.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301300.57000.4918039.7836.47
Hex388282390031b42824
Octal702022027100612645044
Binary11100010000010100000101110010011000110110100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388282; }

 p { color: rgb(56,130,130); }

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

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

 a { background-color: rgb(56,130,130); }

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

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

 span { border-color: rgb(56,130,130); }

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