Html Css Color HEX #388282 Paradiso

📋 copy color: '#388282'

red 56 ◦ green 130 ◦ blue 130

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

Shades of Paradiso #388282

Tints of Paradiso #388282

RGB

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

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

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

R = 17.72%
G = 41.14%
B = 41.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#388282 (or 0x388282) is known color: Paradiso. HEX triplet: 38, 82 and 82. RGB value is (56,130,130). Sum of RGB (Red+Green+Blue) = 56+130+130=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #388282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388282 is #C77D7D. Grayscale: #6B6B6B. Windows color (decimal): -13073790 or 8553016. OLE color: 8553016.

HSL color Cylindrical-coordinate representation of color #388282: hue angle of 180º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388282 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 130 -
CMYK 0.57 0 0 0.49
HSL 180º 0.4% 0.36% -
HSV(B) 180º 0.57% 0.51% -
XYZ 13.64 18.42 23.96 -
YUV 107.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 56 130 130 0.57 0 0 0.49 180 0.4 0.36
Hex 38 82 82 39 0 0 31 B4 28 24
Octal 70 202 202 71 0 0 61 264 50 44
Binary 111000 10000010 10000010 111001 0 0 110001 10110100 101000 100100

Color Harmonies of #388282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388282

Black with #388282

Text Example


Text Example

White with #388282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388282; }

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

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

background-color css

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

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

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

border-color css

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

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

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