Html Css Color HEX #3D738B Calypso

📋 copy color: '#3D738B'

red 61 ◦ green 115 ◦ blue 139

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

Shades of Calypso #3D738B

Tints of Calypso #3D738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 19.37%
G = 36.51%
B = 44.13%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D738B (or 0x3D738B) is known color: Calypso. HEX triplet: 3D, 73 and 8B. RGB value is (61,115,139). Sum of RGB (Red+Green+Blue) = 61+115+139=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D738B is #C28C74. Grayscale: #656565. Windows color (decimal): -12749941 or 9139005. OLE color: 9139005.

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

Color convert

RGB 61 115 139 -
CMYK 0.56 0.17 0 0.45
HSL 198.46º 0.39% 0.39% -
HSV(B) 198.46º 0.56% 0.55% -
XYZ 12.72 15.12 26.67 -
YUV 101.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 61 115 139 0.56 0.17 0 0.45 198.46 0.39 0.39
Hex 3D 73 8B 38 11 0 2D C6 27 27
Octal 75 163 213 70 21 0 55 306 47 47
Binary 111101 1110011 10001011 111000 10001 0 101101 11000110 100111 100111

Color Harmonies of #3D738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D738B

Black with #3D738B

Text Example


Text Example

White with #3D738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,139); }

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

background-color css

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

 a { background-color: rgb(61,115,139); }

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

border-color css

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

 span { border-color: rgb(61,115,139); }

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