Html Css Color HEX #388188 Paradiso

📋 copy color: '#388188'

red 56 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #388188

Tints of Paradiso #388188

RGB

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

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

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

R = 17.45%
G = 40.19%
B = 42.37%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388188 (or 0x388188) is known color: Paradiso. HEX triplet: 38, 81 and 88. RGB value is (56,129,136). Sum of RGB (Red+Green+Blue) = 56+129+136=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #388188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388188 is #C77E77. Grayscale: #6B6B6B. Windows color (decimal): -13074040 or 8945976. OLE color: 8945976.

HSL color Cylindrical-coordinate representation of color #388188: hue angle of 185.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 #388188 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 129 136 -
CMYK 0.59 0.05 0 0.47
HSL 185.25º 0.42% 0.38% -
HSV(B) 185.25º 0.59% 0.53% -
XYZ 13.93 18.32 26.09 -
YUV 107.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 56 129 136 0.59 0.05 0 0.47 185.25 0.42 0.38
Hex 38 81 88 3B 5 0 2F B9 2A 26
Octal 70 201 210 73 5 0 57 271 52 46
Binary 111000 10000001 10001000 111011 101 0 101111 10111001 101010 100110

Color Harmonies of #388188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388188

Black with #388188

Text Example


Text Example

White with #388188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388188; }

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

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

background-color css

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

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

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

border-color css

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

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

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