Html Css Color HEX #3D7785 Calypso

📋 copy color: '#3D7785'

red 61 ◦ green 119 ◦ blue 133

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

Shades of Calypso #3D7785

Tints of Calypso #3D7785

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 19.49%
G = 38.02%
B = 42.49%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3D7785 (or 0x3D7785) is known color: Calypso. HEX triplet: 3D, 77 and 85. RGB value is (61,119,133). Sum of RGB (Red+Green+Blue) = 61+119+133=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7785 is #C2887A. Grayscale: #676767. Windows color (decimal): -12748923 or 8746813. OLE color: 8746813.

HSL color Cylindrical-coordinate representation of color #3D7785: hue angle of 191.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D7785 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 119 133 -
CMYK 0.54 0.11 0 0.48
HSL 191.67º 0.37% 0.38% -
HSV(B) 191.67º 0.54% 0.52% -
XYZ 12.75 15.88 24.58 -
YUV 103.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 61 119 133 0.54 0.11 0 0.48 191.67 0.37 0.38
Hex 3D 77 85 36 B 0 30 C0 25 26
Octal 75 167 205 66 13 0 60 300 45 46
Binary 111101 1110111 10000101 110110 1011 0 110000 11000000 100101 100110

Color Harmonies of #3D7785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7785

Black with #3D7785

Text Example


Text Example

White with #3D7785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D7785; }

 p { color: rgb(61,119,133); }

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

background-color css

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

 a { background-color: rgb(61,119,133); }

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

border-color css

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

 span { border-color: rgb(61,119,133); }

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