Html Css Color HEX #377382 Calypso

📋 copy color: '#377382'

red 55 ◦ green 115 ◦ blue 130

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

Shades of Calypso #377382

Tints of Calypso #377382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

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

R = 18.33%
G = 38.33%
B = 43.33%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377382 (or 0x377382) is known color: Calypso. HEX triplet: 37, 73 and 82. RGB value is (55,115,130). Sum of RGB (Red+Green+Blue) = 55+115+130=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #377382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377382 is #C88C7D. Grayscale: #626262. Windows color (decimal): -13143166 or 8549175. OLE color: 8549175.

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

Color convert

RGB 55 115 130 -
CMYK 0.58 0.12 0 0.49
HSL 192º 0.41% 0.36% -
HSV(B) 192º 0.58% 0.51% -
XYZ 11.74 14.69 23.34 -
YUV 98.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 55 115 130 0.58 0.12 0 0.49 192 0.41 0.36
Hex 37 73 82 3A C 0 31 C0 29 24
Octal 67 163 202 72 14 0 61 300 51 44
Binary 110111 1110011 10000010 111010 1100 0 110001 11000000 101001 100100

Color Harmonies of #377382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377382

Black with #377382

Text Example


Text Example

White with #377382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377382; }

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

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

background-color css

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

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

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

border-color css

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

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

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