Html Css Color HEX #377F84 Paradiso

📋 copy color: '#377F84'

red 55 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #377F84

Tints of Paradiso #377F84

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 17.52%
G = 40.45%
B = 42.04%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377F84 (or 0x377F84) is known color: Paradiso. HEX triplet: 37, 7F and 84. RGB value is (55,127,132). Sum of RGB (Red+Green+Blue) = 55+127+132=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #377F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F84 is #C8807B. Grayscale: #696969. Windows color (decimal): -13140092 or 8683319. OLE color: 8683319.

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

Color convert

RGB 55 127 132 -
CMYK 0.58 0.04 0 0.48
HSL 183.9º 0.41% 0.37% -
HSV(B) 183.9º 0.58% 0.52% -
XYZ 13.33 17.66 24.54 -
YUV 106.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 55 127 132 0.58 0.04 0 0.48 183.9 0.41 0.37
Hex 37 7F 84 3A 4 0 30 B8 29 25
Octal 67 177 204 72 4 0 60 270 51 45
Binary 110111 1111111 10000100 111010 100 0 110000 10111000 101001 100101

Color Harmonies of #377F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F84

Black with #377F84

Text Example


Text Example

White with #377F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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