Html Css Color HEX #377383 Calypso

📋 copy color: '#377383'

red 55 ◦ green 115 ◦ blue 131

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

Shades of Calypso #377383

Tints of Calypso #377383

RGB

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

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

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

R = 18.27%
G = 38.21%
B = 43.52%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377383 (or 0x377383) is known color: Calypso. HEX triplet: 37, 73 and 83. RGB value is (55,115,131). Sum of RGB (Red+Green+Blue) = 55+115+131=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #377383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377383 is #C88C7C. Grayscale: #626262. Windows color (decimal): -13143165 or 8614711. OLE color: 8614711.

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

Color convert

RGB 55 115 131 -
CMYK 0.58 0.12 0 0.49
HSL 192.63º 0.41% 0.36% -
HSV(B) 192.63º 0.58% 0.51% -
XYZ 11.8 14.71 23.69 -
YUV 98.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 55 115 131 0.58 0.12 0 0.49 192.63 0.41 0.36
Hex 37 73 83 3A C 0 31 C1 29 24
Octal 67 163 203 72 14 0 61 301 51 44
Binary 110111 1110011 10000011 111010 1100 0 110001 11000001 101001 100100

Color Harmonies of #377383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377383

Black with #377383

Text Example


Text Example

White with #377383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377383; }

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

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

background-color css

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

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

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

border-color css

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

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

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