Html Css Color HEX #388582 Paradiso

📋 copy color: '#388582'

red 56 ◦ green 133 ◦ blue 130

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

Shades of Paradiso #388582

Tints of Paradiso #388582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 17.55%
G = 41.69%
B = 40.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#388582 (or 0x388582) is known color: Paradiso. HEX triplet: 38, 85 and 82. RGB value is (56,133,130). Sum of RGB (Red+Green+Blue) = 56+133+130=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #388582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388582 is #C77A7D. Grayscale: #6D6D6D. Windows color (decimal): -13073022 or 8553784. OLE color: 8553784.

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

Color convert

RGB 56 133 130 -
CMYK 0.58 0 0.02 0.48
HSL 177.66º 0.41% 0.37% -
HSV(B) 177.66º 0.58% 0.52% -
XYZ 14.05 19.23 24.09 -
YUV 109.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 56 133 130 0.58 0 0.02 0.48 177.66 0.41 0.37
Hex 38 85 82 3A 0 2 30 B2 29 25
Octal 70 205 202 72 0 2 60 262 51 45
Binary 111000 10000101 10000010 111010 0 10 110000 10110010 101001 100101

Color Harmonies of #388582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388582

Black with #388582

Text Example


Text Example

White with #388582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388582; }

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

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

background-color css

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

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

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

border-color css

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

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

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