Html Css Color HEX #377984 Calypso

📋 copy color: '#377984'

red 55 ◦ green 121 ◦ blue 132

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

Shades of Calypso #377984

Tints of Calypso #377984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 17.86%
G = 39.29%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#377984 (or 0x377984) is known color: Calypso. HEX triplet: 37, 79 and 84. RGB value is (55,121,132). Sum of RGB (Red+Green+Blue) = 55+121+132=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #377984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377984 is #C8867B. Grayscale: #666666. Windows color (decimal): -13141628 or 8681783. OLE color: 8681783.

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

Color convert

RGB 55 121 132 -
CMYK 0.58 0.08 0 0.48
HSL 188.57º 0.41% 0.37% -
HSV(B) 188.57º 0.58% 0.52% -
XYZ 12.58 16.15 24.28 -
YUV 102.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 55 121 132 0.58 0.08 0 0.48 188.57 0.41 0.37
Hex 37 79 84 3A 8 0 30 BD 29 25
Octal 67 171 204 72 10 0 60 275 51 45
Binary 110111 1111001 10000100 111010 1000 0 110000 10111101 101001 100101

Color Harmonies of #377984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377984

Black with #377984

Text Example


Text Example

White with #377984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377984; }

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

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

background-color css

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

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

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

border-color css

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

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

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