Html Css Color HEX #377483 Calypso

📋 copy color: '#377483'

red 55 ◦ green 116 ◦ blue 131

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

Shades of Calypso #377483

Tints of Calypso #377483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.38%

R = 18.21%
G = 38.41%
B = 43.38%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377483 (or 0x377483) is known color: Calypso. HEX triplet: 37, 74 and 83. RGB value is (55,116,131). Sum of RGB (Red+Green+Blue) = 55+116+131=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #377483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377483 is #C88B7C. Grayscale: #636363. Windows color (decimal): -13142909 or 8614967. OLE color: 8614967.

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

Color convert

RGB 55 116 131 -
CMYK 0.58 0.11 0 0.49
HSL 191.84º 0.41% 0.36% -
HSV(B) 191.84º 0.58% 0.51% -
XYZ 11.92 14.94 23.73 -
YUV 99.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 55 116 131 0.58 0.11 0 0.49 191.84 0.41 0.36
Hex 37 74 83 3A B 0 31 C0 29 24
Octal 67 164 203 72 13 0 61 300 51 44
Binary 110111 1110100 10000011 111010 1011 0 110001 11000000 101001 100100

Color Harmonies of #377483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377483

Black with #377483

Text Example


Text Example

White with #377483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377483; }

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

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

background-color css

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

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

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

border-color css

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

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

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