Html Css Color HEX #377582 Calypso

📋 copy color: '#377582'

red 55 ◦ green 117 ◦ blue 130

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

Shades of Calypso #377582

Tints of Calypso #377582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 18.21%
G = 38.74%
B = 43.05%

CMYK

 C value IS 0.58

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377582 (or 0x377582) is known color: Calypso. HEX triplet: 37, 75 and 82. RGB value is (55,117,130). Sum of RGB (Red+Green+Blue) = 55+117+130=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #377582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377582 is #C88A7D. Grayscale: #636363. Windows color (decimal): -13142654 or 8549687. OLE color: 8549687.

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

Color convert

RGB 55 117 130 -
CMYK 0.58 0.1 0 0.49
HSL 190.4º 0.41% 0.36% -
HSV(B) 190.4º 0.58% 0.51% -
XYZ 11.97 15.15 23.41 -
YUV 99.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 55 117 130 0.58 0.1 0 0.49 190.4 0.41 0.36
Hex 37 75 82 3A A 0 31 BE 29 24
Octal 67 165 202 72 12 0 61 276 51 44
Binary 110111 1110101 10000010 111010 1010 0 110001 10111110 101001 100100

Color Harmonies of #377582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377582

Black with #377582

Text Example


Text Example

White with #377582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377582; }

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

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

background-color css

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

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

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

border-color css

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

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

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