Html Css Color HEX #377280 Calypso

📋 copy color: '#377280'

red 55 ◦ green 114 ◦ blue 128

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

Shades of Calypso #377280

Tints of Calypso #377280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 18.52%
G = 38.38%
B = 43.1%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377280 (or 0x377280) is known color: Calypso. HEX triplet: 37, 72 and 80. RGB value is (55,114,128). Sum of RGB (Red+Green+Blue) = 55+114+128=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #377280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377280 is #C88D7F. Grayscale: #616161. Windows color (decimal): -13143424 or 8417847. OLE color: 8417847.

HSL color Cylindrical-coordinate representation of color #377280: hue angle of 191.51º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377280 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 114 128 -
CMYK 0.57 0.11 0 0.50
HSL 191.51º 0.4% 0.36% -
HSV(B) 191.51º 0.57% 0.5% -
XYZ 11.49 14.41 22.6 -
YUV 97.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 55 114 128 0.57 0.11 0 0.50 191.51 0.4 0.36
Hex 37 72 80 39 B 0 32 C0 28 24
Octal 67 162 200 71 13 0 62 300 50 44
Binary 110111 1110010 10000000 111001 1011 0 110010 11000000 101000 100100

Color Harmonies of #377280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377280

Black with #377280

Text Example


Text Example

White with #377280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377280; }

 p { color: rgb(55,114,128); }

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

background-color css

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

 a { background-color: rgb(55,114,128); }

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

border-color css

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

 span { border-color: rgb(55,114,128); }

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