Html Css Color HEX #377583 Calypso

📋 copy color: '#377583'

red 55 ◦ green 117 ◦ blue 131

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

Shades of Calypso #377583

Tints of Calypso #377583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 18.15%
G = 38.61%
B = 43.23%

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

#377583 (or 0x377583) is known color: Calypso. HEX triplet: 37, 75 and 83. RGB value is (55,117,131). Sum of RGB (Red+Green+Blue) = 55+117+131=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #377583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377583 is #C88A7C. Grayscale: #636363. Windows color (decimal): -13142653 or 8615223. OLE color: 8615223.

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

Color convert

RGB 55 117 131 -
CMYK 0.58 0.11 0 0.49
HSL 191.05º 0.41% 0.36% -
HSV(B) 191.05º 0.58% 0.51% -
XYZ 12.03 15.17 23.77 -
YUV 100.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 55 117 131 0.58 0.11 0 0.49 191.05 0.41 0.36
Hex 37 75 83 3A B 0 31 BF 29 24
Octal 67 165 203 72 13 0 61 277 51 44
Binary 110111 1110101 10000011 111010 1011 0 110001 10111111 101001 100100

Color Harmonies of #377583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377583

Black with #377583

Text Example


Text Example

White with #377583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377583; }

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

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

background-color css

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

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

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

border-color css

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

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

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