Html Css Color HEX #388286 Paradiso

📋 copy color: '#388286'

red 56 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #388286

Tints of Paradiso #388286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 17.5%
G = 40.63%
B = 41.88%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388286 (or 0x388286) is known color: Paradiso. HEX triplet: 38, 82 and 86. RGB value is (56,130,134). Sum of RGB (Red+Green+Blue) = 56+130+134=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #388286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388286 is #C77D79. Grayscale: #6C6C6C. Windows color (decimal): -13073786 or 8815160. OLE color: 8815160.

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

Color convert

RGB 56 130 134 -
CMYK 0.58 0.03 0 0.47
HSL 183.08º 0.41% 0.37% -
HSV(B) 183.08º 0.58% 0.53% -
XYZ 13.92 18.53 25.4 -
YUV 108.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 56 130 134 0.58 0.03 0 0.47 183.08 0.41 0.37
Hex 38 82 86 3A 3 0 2F B7 29 25
Octal 70 202 206 72 3 0 57 267 51 45
Binary 111000 10000010 10000110 111010 11 0 101111 10110111 101001 100101

Color Harmonies of #388286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388286

Black with #388286

Text Example


Text Example

White with #388286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388286; }

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

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

background-color css

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

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

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

border-color css

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

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

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