Html Css Color HEX #378387 Paradiso

📋 copy color: '#378387'

red 55 ◦ green 131 ◦ blue 135

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

Shades of Paradiso #378387

Tints of Paradiso #378387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 17.13%
G = 40.81%
B = 42.06%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#378387 (or 0x378387) is known color: Paradiso. HEX triplet: 37, 83 and 87. RGB value is (55,131,135). Sum of RGB (Red+Green+Blue) = 55+131+135=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #378387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378387 is #C87C78. Grayscale: #6C6C6C. Windows color (decimal): -13139065 or 8880951. OLE color: 8880951.

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

Color convert

RGB 55 131 135 -
CMYK 0.59 0.03 0 0.47
HSL 183º 0.42% 0.37% -
HSV(B) 183º 0.59% 0.53% -
XYZ 14.07 18.79 25.81 -
YUV 108.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 55 131 135 0.59 0.03 0 0.47 183 0.42 0.37
Hex 37 83 87 3B 3 0 2F B7 2A 25
Octal 67 203 207 73 3 0 57 267 52 45
Binary 110111 10000011 10000111 111011 11 0 101111 10110111 101010 100101

Color Harmonies of #378387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378387

Black with #378387

Text Example


Text Example

White with #378387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378387; }

 p { color: rgb(55,131,135); }

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

background-color css

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

 a { background-color: rgb(55,131,135); }

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

border-color css

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

 span { border-color: rgb(55,131,135); }

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