#388085

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

Shades of Paradiso #388085

Tints of Paradiso #388085

Color information

#388085 (or 0x388085) is unknown color: approx Paradiso. HEX triplet: 38, 80 and 85. RGB value is (56,128,133). Sum of RGB (Red+Green+Blue) = 56+128+133=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #388085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388085 is #C77F7A. Grayscale: #6A6A6A. Windows color (decimal): -13074299 or 8749112. OLE color: 8749112.

HSL color Cylindrical-coordinate representation of color #388085: hue angle of 183.9º degrees, saturation: 0.41, 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 #388085 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56128133-
CMYK0.580.0400.48
HSL183.9º40.74%37.06%-
HSV(B)183.9º57.89%52.16%-
XYZ13.5817.9724.94-
YUV107.04142.6591.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=17.67%
G=40.38%
B=41.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561281330.580.0400.48183.940.7437.06
Hex3880853A4030b82925
Octal702002057240602705145
Binary1110001000000010000101111010100011000010111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388085; }

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

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

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

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

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

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

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

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