Html Css Color HEX #377584 Calypso

📋 copy color: '#377584'

red 55 ◦ green 117 ◦ blue 132

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

Shades of Calypso #377584

Tints of Calypso #377584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 18.09%
G = 38.49%
B = 43.42%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377584 (or 0x377584) is known color: Calypso. HEX triplet: 37, 75 and 84. RGB value is (55,117,132). Sum of RGB (Red+Green+Blue) = 55+117+132=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #377584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377584 is #C88A7B. Grayscale: #646464. Windows color (decimal): -13142652 or 8680759. OLE color: 8680759.

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

Color convert

RGB 55 117 132 -
CMYK 0.58 0.11 0 0.48
HSL 191.69º 0.41% 0.37% -
HSV(B) 191.69º 0.58% 0.52% -
XYZ 12.1 15.2 24.13 -
YUV 100.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 55 117 132 0.58 0.11 0 0.48 191.69 0.41 0.37
Hex 37 75 84 3A B 0 30 C0 29 25
Octal 67 165 204 72 13 0 60 300 51 45
Binary 110111 1110101 10000100 111010 1011 0 110000 11000000 101001 100101

Color Harmonies of #377584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377584

Black with #377584

Text Example


Text Example

White with #377584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377584; }

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

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

background-color css

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

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

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

border-color css

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

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

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