Html Css Color HEX #388087 Paradiso

📋 copy color: '#388087'

red 56 ◦ green 128 ◦ blue 135

#388087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #388087

Tints of Paradiso #388087

RGB

 RED value IS 56 (22.27% from 255) = 17.55%

 GREEN value IS 128 (50.39% from 255) = 40.13%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 17.55%
G = 40.13%
B = 42.32%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388087 (or 0x388087) is known color: Paradiso. HEX triplet: 38, 80 and 87. RGB value is (56,128,135). Sum of RGB (Red+Green+Blue) = 56+128+135=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #388087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388087 is #C77F78. Grayscale: #6B6B6B. Windows color (decimal): -13074297 or 8880184. OLE color: 8880184.

HSL color Cylindrical-coordinate representation of color #388087: hue angle of 185.32º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388087 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 128 135 -
CMYK 0.59 0.05 0 0.47
HSL 185.32º 0.41% 0.37% -
HSV(B) 185.32º 0.59% 0.53% -
XYZ 13.72 18.03 25.68 -
YUV 107.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 56 128 135 0.59 0.05 0 0.47 185.32 0.41 0.37
Hex 38 80 87 3B 5 0 2F B9 29 25
Octal 70 200 207 73 5 0 57 271 51 45
Binary 111000 10000000 10000111 111011 101 0 101111 10111001 101001 100101

Color Harmonies of #388087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388087

Black with #388087

Text Example


Text Example

White with #388087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388087; }

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

 H1.HeaderClassName
 {
   color: #388087;
 }
 .AnyTagClassName
 {
   color: #388087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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