Html Css Color HEX #388289 Paradiso

📋 copy color: '#388289'

red 56 ◦ green 130 ◦ blue 137

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

Shades of Paradiso #388289

Tints of Paradiso #388289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 17.34%
G = 40.25%
B = 42.41%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#388289 (or 0x388289) is known color: Paradiso. HEX triplet: 38, 82 and 89. RGB value is (56,130,137). Sum of RGB (Red+Green+Blue) = 56+130+137=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #388289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388289 is #C77D76. Grayscale: #6C6C6C. Windows color (decimal): -13073783 or 9011768. OLE color: 9011768.

HSL color Cylindrical-coordinate representation of color #388289: hue angle of 185.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388289 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 130 137 -
CMYK 0.59 0.05 0 0.46
HSL 185.19º 0.42% 0.38% -
HSV(B) 185.19º 0.59% 0.54% -
XYZ 14.13 18.61 26.51 -
YUV 108.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 56 130 137 0.59 0.05 0 0.46 185.19 0.42 0.38
Hex 38 82 89 3B 5 0 2E B9 2A 26
Octal 70 202 211 73 5 0 56 271 52 46
Binary 111000 10000010 10001001 111011 101 0 101110 10111001 101010 100110

Color Harmonies of #388289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388289

Black with #388289

Text Example


Text Example

White with #388289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388289; }

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

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

background-color css

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

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

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

border-color css

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

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

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