Html Css Color HEX #3D708F Calypso

📋 copy color: '#3D708F'

red 61 ◦ green 112 ◦ blue 143

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

Shades of Calypso #3D708F

Tints of Calypso #3D708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 19.3%
G = 35.44%
B = 45.25%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D708F (or 0x3D708F) is known color: Calypso. HEX triplet: 3D, 70 and 8F. RGB value is (61,112,143). Sum of RGB (Red+Green+Blue) = 61+112+143=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D708F is #C28F70. Grayscale: #646464. Windows color (decimal): -12750705 or 9400381. OLE color: 9400381.

HSL color Cylindrical-coordinate representation of color #3D708F: hue angle of 202.68º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D708F is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 112 143 -
CMYK 0.57 0.22 0 0.44
HSL 202.68º 0.4% 0.4% -
HSV(B) 202.68º 0.57% 0.56% -
XYZ 12.68 14.56 28.13 -
YUV 100.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 61 112 143 0.57 0.22 0 0.44 202.68 0.4 0.4
Hex 3D 70 8F 39 16 0 2C CB 28 28
Octal 75 160 217 71 26 0 54 313 50 50
Binary 111101 1110000 10001111 111001 10110 0 101100 11001011 101000 101000

Color Harmonies of #3D708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D708F

Black with #3D708F

Text Example


Text Example

White with #3D708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,112,143); }

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

background-color css

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

 a { background-color: rgb(61,112,143); }

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

border-color css

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

 span { border-color: rgb(61,112,143); }

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