Html Css Color HEX #377C85 Paradiso

📋 copy color: '#377C85'

red 55 ◦ green 124 ◦ blue 133

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

Shades of Paradiso #377C85

Tints of Paradiso #377C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 17.63%
G = 39.74%
B = 42.63%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377C85 (or 0x377C85) is known color: Paradiso. HEX triplet: 37, 7C and 85. RGB value is (55,124,133). Sum of RGB (Red+Green+Blue) = 55+124+133=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #377C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C85 is #C8837A. Grayscale: #686868. Windows color (decimal): -13140859 or 8748087. OLE color: 8748087.

HSL color Cylindrical-coordinate representation of color #377C85: hue angle of 186.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377C85 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 124 133 -
CMYK 0.59 0.07 0 0.48
HSL 186.92º 0.41% 0.37% -
HSV(B) 186.92º 0.59% 0.52% -
XYZ 13.02 16.92 24.77 -
YUV 104.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 55 124 133 0.59 0.07 0 0.48 186.92 0.41 0.37
Hex 37 7C 85 3B 7 0 30 BB 29 25
Octal 67 174 205 73 7 0 60 273 51 45
Binary 110111 1111100 10000101 111011 111 0 110000 10111011 101001 100101

Color Harmonies of #377C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C85

Black with #377C85

Text Example


Text Example

White with #377C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,124,133); }

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

background-color css

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

 a { background-color: rgb(55,124,133); }

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

border-color css

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

 span { border-color: rgb(55,124,133); }

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