Html Css Color HEX #388285 Paradiso

📋 copy color: '#388285'

red 56 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #388285

Tints of Paradiso #388285

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 56 130 133 -
CMYK 0.58 0.02 0 0.48
HSL 182.34º 0.41% 0.37% -
HSV(B) 182.34º 0.58% 0.52% -
XYZ 13.85 18.5 25.03 -
YUV 108.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 56 130 133 0.58 0.02 0 0.48 182.34 0.41 0.37
Hex 38 82 85 3A 2 0 30 B6 29 25
Octal 70 202 205 72 2 0 60 266 51 45
Binary 111000 10000010 10000101 111010 10 0 110000 10110110 101001 100101

Color Harmonies of #388285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388285

Black with #388285

Text Example


Text Example

White with #388285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388285; }

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

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

background-color css

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

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

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

border-color css

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

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

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