Html Css Color HEX #388182 Paradiso

📋 copy color: '#388182'

red 56 ◦ green 129 ◦ blue 130

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

Shades of Paradiso #388182

Tints of Paradiso #388182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

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

R = 17.78%
G = 40.95%
B = 41.27%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#388182 (or 0x388182) is known color: Paradiso. HEX triplet: 38, 81 and 82. RGB value is (56,129,130). Sum of RGB (Red+Green+Blue) = 56+129+130=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #388182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388182 is #C77E7D. Grayscale: #6B6B6B. Windows color (decimal): -13074046 or 8552760. OLE color: 8552760.

HSL color Cylindrical-coordinate representation of color #388182: hue angle of 180.81º 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 #388182 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 130 -
CMYK 0.57 0.01 0 0.49
HSL 180.81º 0.4% 0.36% -
HSV(B) 180.81º 0.57% 0.51% -
XYZ 13.51 18.15 23.91 -
YUV 107.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 56 129 130 0.57 0.01 0 0.49 180.81 0.4 0.36
Hex 38 81 82 39 1 0 31 B5 28 24
Octal 70 201 202 71 1 0 61 265 50 44
Binary 111000 10000001 10000010 111001 1 0 110001 10110101 101000 100100

Color Harmonies of #388182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388182

Black with #388182

Text Example


Text Example

White with #388182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388182; }

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

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

background-color css

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

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

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

border-color css

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

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

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