Html Css Color HEX #378086 Paradiso

📋 copy color: '#378086'

red 55 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #378086

Tints of Paradiso #378086

RGB

 RED value IS 55 (21.88% from 255) = 17.35%

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

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 17.35%
G = 40.38%
B = 42.27%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#378086 (or 0x378086) is known color: Paradiso. HEX triplet: 37, 80 and 86. RGB value is (55,128,134). Sum of RGB (Red+Green+Blue) = 55+128+134=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #378086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378086 is #C87F79. Grayscale: #6A6A6A. Windows color (decimal): -13139834 or 8814647. OLE color: 8814647.

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

Color convert

RGB 55 128 134 -
CMYK 0.59 0.04 0 0.47
HSL 184.56º 0.42% 0.37% -
HSV(B) 184.56º 0.59% 0.53% -
XYZ 13.6 17.97 25.31 -
YUV 106.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 55 128 134 0.59 0.04 0 0.47 184.56 0.42 0.37
Hex 37 80 86 3B 4 0 2F B9 2A 25
Octal 67 200 206 73 4 0 57 271 52 45
Binary 110111 10000000 10000110 111011 100 0 101111 10111001 101010 100101

Color Harmonies of #378086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378086

Black with #378086

Text Example


Text Example

White with #378086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378086; }

 p { color: rgb(55,128,134); }

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

background-color css

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

 a { background-color: rgb(55,128,134); }

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

border-color css

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

 span { border-color: rgb(55,128,134); }

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