Html Css Color HEX #377785 Calypso

📋 copy color: '#377785'

red 55 ◦ green 119 ◦ blue 133

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

Shades of Calypso #377785

Tints of Calypso #377785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 17.92%
G = 38.76%
B = 43.32%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377785 (or 0x377785) is known color: Calypso. HEX triplet: 37, 77 and 85. RGB value is (55,119,133). Sum of RGB (Red+Green+Blue) = 55+119+133=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #377785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377785 is #C8887A. Grayscale: #656565. Windows color (decimal): -13142139 or 8746807. OLE color: 8746807.

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

Color convert

RGB 55 119 133 -
CMYK 0.59 0.11 0 0.48
HSL 190.77º 0.41% 0.37% -
HSV(B) 190.77º 0.59% 0.52% -
XYZ 12.41 15.7 24.57 -
YUV 101.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 55 119 133 0.59 0.11 0 0.48 190.77 0.41 0.37
Hex 37 77 85 3B B 0 30 BF 29 25
Octal 67 167 205 73 13 0 60 277 51 45
Binary 110111 1110111 10000101 111011 1011 0 110000 10111111 101001 100101

Color Harmonies of #377785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377785

Black with #377785

Text Example


Text Example

White with #377785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377785; }

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

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

background-color css

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

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

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

border-color css

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

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

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