Html Css Color HEX #377381 Calypso

📋 copy color: '#377381'

red 55 ◦ green 115 ◦ blue 129

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

Shades of Calypso #377381

Tints of Calypso #377381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 18.39%
G = 38.46%
B = 43.14%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377381 (or 0x377381) is known color: Calypso. HEX triplet: 37, 73 and 81. RGB value is (55,115,129). Sum of RGB (Red+Green+Blue) = 55+115+129=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #377381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377381 is #C88C7E. Grayscale: #626262. Windows color (decimal): -13143167 or 8483639. OLE color: 8483639.

HSL color Cylindrical-coordinate representation of color #377381: hue angle of 191.35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377381 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 115 129 -
CMYK 0.57 0.11 0 0.49
HSL 191.35º 0.4% 0.36% -
HSV(B) 191.35º 0.57% 0.51% -
XYZ 11.67 14.66 22.98 -
YUV 98.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 55 115 129 0.57 0.11 0 0.49 191.35 0.4 0.36
Hex 37 73 81 39 B 0 31 BF 28 24
Octal 67 163 201 71 13 0 61 277 50 44
Binary 110111 1110011 10000001 111001 1011 0 110001 10111111 101000 100100

Color Harmonies of #377381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377381

Black with #377381

Text Example


Text Example

White with #377381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377381; }

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

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

background-color css

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

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

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

border-color css

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

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

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