Html Css Color HEX #3D7188 Calypso

📋 copy color: '#3D7188'

red 61 ◦ green 113 ◦ blue 136

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

Shades of Calypso #3D7188

Tints of Calypso #3D7188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 19.68%
G = 36.45%
B = 43.87%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D7188 (or 0x3D7188) is known color: Calypso. HEX triplet: 3D, 71 and 88. RGB value is (61,113,136). Sum of RGB (Red+Green+Blue) = 61+113+136=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7188 is #C28E77. Grayscale: #636363. Windows color (decimal): -12750456 or 8941885. OLE color: 8941885.

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

Color convert

RGB 61 113 136 -
CMYK 0.55 0.17 0 0.47
HSL 198.4º 0.38% 0.39% -
HSV(B) 198.4º 0.55% 0.53% -
XYZ 12.27 14.58 25.46 -
YUV 100.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 61 113 136 0.55 0.17 0 0.47 198.4 0.38 0.39
Hex 3D 71 88 37 11 0 2F C6 26 27
Octal 75 161 210 67 21 0 57 306 46 47
Binary 111101 1110001 10001000 110111 10001 0 101111 11000110 100110 100111

Color Harmonies of #3D7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7188

Black with #3D7188

Text Example


Text Example

White with #3D7188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,136); }

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

background-color css

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

 a { background-color: rgb(61,113,136); }

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

border-color css

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

 span { border-color: rgb(61,113,136); }

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