Html Css Color HEX #3D727E Calypso

📋 copy color: '#3D727E'

red 61 ◦ green 114 ◦ blue 126

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

Shades of Calypso #3D727E

Tints of Calypso #3D727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 20.27%
G = 37.87%
B = 41.86%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D727E (or 0x3D727E) is known color: Calypso. HEX triplet: 3D, 72 and 7E. RGB value is (61,114,126). Sum of RGB (Red+Green+Blue) = 61+114+126=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D727E is #C28D81. Grayscale: #636363. Windows color (decimal): -12750210 or 8286781. OLE color: 8286781.

HSL color Cylindrical-coordinate representation of color #3D727E: hue angle of 191.08º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D727E is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 114 126 -
CMYK 0.52 0.10 0 0.51
HSL 191.08º 0.35% 0.37% -
HSV(B) 191.08º 0.52% 0.49% -
XYZ 11.71 14.53 21.93 -
YUV 99.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 61 114 126 0.52 0.10 0 0.51 191.08 0.35 0.37
Hex 3D 72 7E 34 A 0 33 BF 23 25
Octal 75 162 176 64 12 0 63 277 43 45
Binary 111101 1110010 1111110 110100 1010 0 110011 10111111 100011 100101

Color Harmonies of #3D727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D727E

Black with #3D727E

Text Example


Text Example

White with #3D727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,114,126); }

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

background-color css

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

 a { background-color: rgb(61,114,126); }

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

border-color css

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

 span { border-color: rgb(61,114,126); }

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