#388084

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

Shades of Paradiso #388084

Tints of Paradiso #388084

Color information

#388084 (or 0x388084) is unknown color: approx Paradiso. HEX triplet: 38, 80 and 84. RGB value is (56,128,132). Sum of RGB (Red+Green+Blue) = 56+128+132=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #388084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388084 is #C77F7B. Grayscale: #6A6A6A. Windows color (decimal): -13074300 or 8683576. OLE color: 8683576.

HSL color Cylindrical-coordinate representation of color #388084: hue angle of 183.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388084 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56128132-
CMYK0.580.0300.48
HSL183.16º40.43%36.86%-
HSV(B)183.16º57.58%51.76%-
XYZ13.5117.9524.58-
YUV106.93142.1591.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=17.72%
G=40.51%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561281320.580.0300.48183.1640.4336.86
Hex3880843A3030b72825
Octal702002047230602675045
Binary111000100000001000010011101011011000010110111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388084; }

 p { color: rgb(56,128,132); }

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

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

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

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

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

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

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