Html Css Color HEX #377484 Calypso

📋 copy color: '#377484'

red 55 ◦ green 116 ◦ blue 132

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

Shades of Calypso #377484

Tints of Calypso #377484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 18.15%
G = 38.28%
B = 43.56%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377484 (or 0x377484) is known color: Calypso. HEX triplet: 37, 74 and 84. RGB value is (55,116,132). Sum of RGB (Red+Green+Blue) = 55+116+132=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #377484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377484 is #C88B7B. Grayscale: #636363. Windows color (decimal): -13142908 or 8680503. OLE color: 8680503.

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

Color convert

RGB 55 116 132 -
CMYK 0.58 0.12 0 0.48
HSL 192.47º 0.41% 0.37% -
HSV(B) 192.47º 0.58% 0.52% -
XYZ 11.99 14.97 24.09 -
YUV 99.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 55 116 132 0.58 0.12 0 0.48 192.47 0.41 0.37
Hex 37 74 84 3A C 0 30 C0 29 25
Octal 67 164 204 72 14 0 60 300 51 45
Binary 110111 1110100 10000100 111010 1100 0 110000 11000000 101001 100101

Color Harmonies of #377484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377484

Black with #377484

Text Example


Text Example

White with #377484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377484; }

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

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

background-color css

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

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

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

border-color css

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

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

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