Html Css Color HEX #388084 Paradiso

📋 copy color: '#388084'

red 56 ◦ green 128 ◦ blue 132

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

Shades of Paradiso #388084

Tints of Paradiso #388084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 17.72%
G = 40.51%
B = 41.77%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#388084 (or 0x388084) is known color: Paradiso. HEX triplet: 38, 80 and 84. RGB value is (56,128,132). Sum of RGB (Red+Green+Blue) = 56+128+132=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #388084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388084 is #C77F7B. Grayscale: #6A6A6A. Windows color (decimal): -13074300 or 8683576. OLE color: 8683576.

HSL color Cylindrical-coordinate representation of color #388084: hue angle of 183.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388084 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 128 132 -
CMYK 0.58 0.03 0 0.48
HSL 183.16º 0.4% 0.37% -
HSV(B) 183.16º 0.58% 0.52% -
XYZ 13.51 17.95 24.58 -
YUV 106.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 56 128 132 0.58 0.03 0 0.48 183.16 0.4 0.37
Hex 38 80 84 3A 3 0 30 B7 28 25
Octal 70 200 204 72 3 0 60 267 50 45
Binary 111000 10000000 10000100 111010 11 0 110000 10110111 101000 100101

Color Harmonies of #388084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388084

Black with #388084

Text Example


Text Example

White with #388084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388084; }

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

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

background-color css

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

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

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

border-color css

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

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

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