Html Css Color HEX #377D84 Paradiso

📋 copy color: '#377D84'

red 55 ◦ green 125 ◦ blue 132

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

Shades of Paradiso #377D84

Tints of Paradiso #377D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

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

R = 17.63%
G = 40.06%
B = 42.31%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377D84 (or 0x377D84) is known color: Paradiso. HEX triplet: 37, 7D and 84. RGB value is (55,125,132). Sum of RGB (Red+Green+Blue) = 55+125+132=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #377D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D84 is #C8827B. Grayscale: #686868. Windows color (decimal): -13140604 or 8682807. OLE color: 8682807.

HSL color Cylindrical-coordinate representation of color #377D84: hue angle of 185.45º degrees, saturation: 0.41, 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 #377D84 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 125 132 -
CMYK 0.58 0.05 0 0.48
HSL 185.45º 0.41% 0.37% -
HSV(B) 185.45º 0.58% 0.52% -
XYZ 13.07 17.15 24.45 -
YUV 104.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 55 125 132 0.58 0.05 0 0.48 185.45 0.41 0.37
Hex 37 7D 84 3A 5 0 30 B9 29 25
Octal 67 175 204 72 5 0 60 271 51 45
Binary 110111 1111101 10000100 111010 101 0 110000 10111001 101001 100101

Color Harmonies of #377D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D84

Black with #377D84

Text Example


Text Example

White with #377D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D84; }

 p { color: rgb(55,125,132); }

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

background-color css

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

 a { background-color: rgb(55,125,132); }

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

border-color css

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

 span { border-color: rgb(55,125,132); }

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