Html Css Color HEX #388088 Paradiso

📋 copy color: '#388088'

red 56 ◦ green 128 ◦ blue 136

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

Shades of Paradiso #388088

Tints of Paradiso #388088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 17.5%
G = 40%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388088 (or 0x388088) is known color: Paradiso. HEX triplet: 38, 80 and 88. RGB value is (56,128,136). Sum of RGB (Red+Green+Blue) = 56+128+136=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #388088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388088 is #C77F77. Grayscale: #6B6B6B. Windows color (decimal): -13074296 or 8945720. OLE color: 8945720.

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

Color convert

RGB 56 128 136 -
CMYK 0.59 0.06 0 0.47
HSL 186º 0.42% 0.38% -
HSV(B) 186º 0.59% 0.53% -
XYZ 13.79 18.06 26.05 -
YUV 107.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 56 128 136 0.59 0.06 0 0.47 186 0.42 0.38
Hex 38 80 88 3B 6 0 2F BA 2A 26
Octal 70 200 210 73 6 0 57 272 52 46
Binary 111000 10000000 10001000 111011 110 0 101111 10111010 101010 100110

Color Harmonies of #388088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388088

Black with #388088

Text Example


Text Example

White with #388088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388088; }

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

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

background-color css

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

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

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

border-color css

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

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

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