Html Css Color HEX #387D88 Paradiso

📋 copy color: '#387D88'

red 56 ◦ green 125 ◦ blue 136

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

Shades of Paradiso #387D88

Tints of Paradiso #387D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 17.67%
G = 39.43%
B = 42.9%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387D88 (or 0x387D88) is known color: Paradiso. HEX triplet: 38, 7D and 88. RGB value is (56,125,136). Sum of RGB (Red+Green+Blue) = 56+125+136=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #387D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D88 is #C78277. Grayscale: #696969. Windows color (decimal): -13075064 or 8944952. OLE color: 8944952.

HSL color Cylindrical-coordinate representation of color #387D88: hue angle of 188.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387D88 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 125 136 -
CMYK 0.59 0.08 0 0.47
HSL 188.25º 0.42% 0.38% -
HSV(B) 188.25º 0.59% 0.53% -
XYZ 13.41 17.29 25.92 -
YUV 105.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 56 125 136 0.59 0.08 0 0.47 188.25 0.42 0.38
Hex 38 7D 88 3B 8 0 2F BC 2A 26
Octal 70 175 210 73 10 0 57 274 52 46
Binary 111000 1111101 10001000 111011 1000 0 101111 10111100 101010 100110

Color Harmonies of #387D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D88

Black with #387D88

Text Example


Text Example

White with #387D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387D88; }

 p { color: rgb(56,125,136); }

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

background-color css

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

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

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

border-color css

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

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

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