Html Css Color HEX #3D7286 Calypso

📋 copy color: '#3D7286'

red 61 ◦ green 114 ◦ blue 134

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

Shades of Calypso #3D7286

Tints of Calypso #3D7286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 19.74%
G = 36.89%
B = 43.37%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D7286 (or 0x3D7286) is known color: Calypso. HEX triplet: 3D, 72 and 86. RGB value is (61,114,134). Sum of RGB (Red+Green+Blue) = 61+114+134=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D7286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7286 is #C28D79. Grayscale: #646464. Windows color (decimal): -12750202 or 8811069. OLE color: 8811069.

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

Color convert

RGB 61 114 134 -
CMYK 0.54 0.15 0 0.47
HSL 196.44º 0.37% 0.38% -
HSV(B) 196.44º 0.54% 0.53% -
XYZ 12.24 14.75 24.76 -
YUV 100.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 61 114 134 0.54 0.15 0 0.47 196.44 0.37 0.38
Hex 3D 72 86 36 F 0 2F C4 25 26
Octal 75 162 206 66 17 0 57 304 45 46
Binary 111101 1110010 10000110 110110 1111 0 101111 11000100 100101 100110

Color Harmonies of #3D7286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7286

Black with #3D7286

Text Example


Text Example

White with #3D7286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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