Html Css Color HEX #377783 Calypso

📋 copy color: '#377783'

red 55 ◦ green 119 ◦ blue 131

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

Shades of Calypso #377783

Tints of Calypso #377783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 18.03%
G = 39.02%
B = 42.95%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377783 (or 0x377783) is known color: Calypso. HEX triplet: 37, 77 and 83. RGB value is (55,119,131). Sum of RGB (Red+Green+Blue) = 55+119+131=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #377783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377783 is #C8887C. Grayscale: #656565. Windows color (decimal): -13142141 or 8615735. OLE color: 8615735.

HSL color Cylindrical-coordinate representation of color #377783: hue angle of 189.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377783 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 119 131 -
CMYK 0.58 0.09 0 0.49
HSL 189.47º 0.41% 0.36% -
HSV(B) 189.47º 0.58% 0.51% -
XYZ 12.27 15.64 23.85 -
YUV 101.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 55 119 131 0.58 0.09 0 0.49 189.47 0.41 0.36
Hex 37 77 83 3A 9 0 31 BD 29 24
Octal 67 167 203 72 11 0 61 275 51 44
Binary 110111 1110111 10000011 111010 1001 0 110001 10111101 101001 100100

Color Harmonies of #377783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377783

Black with #377783

Text Example


Text Example

White with #377783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377783; }

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

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

background-color css

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

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

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

border-color css

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

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

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