Html Css Color HEX #3D738A Calypso

📋 copy color: '#3D738A'

red 61 ◦ green 115 ◦ blue 138

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

Shades of Calypso #3D738A

Tints of Calypso #3D738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 19.43%
G = 36.62%
B = 43.95%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D738A (or 0x3D738A) is known color: Calypso. HEX triplet: 3D, 73 and 8A. RGB value is (61,115,138). Sum of RGB (Red+Green+Blue) = 61+115+138=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D738A is #C28C75. Grayscale: #656565. Windows color (decimal): -12749942 or 9073469. OLE color: 9073469.

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

Color convert

RGB 61 115 138 -
CMYK 0.56 0.17 0 0.46
HSL 197.92º 0.39% 0.39% -
HSV(B) 197.92º 0.56% 0.54% -
XYZ 12.64 15.09 26.29 -
YUV 101.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 61 115 138 0.56 0.17 0 0.46 197.92 0.39 0.39
Hex 3D 73 8A 38 11 0 2E C6 27 27
Octal 75 163 212 70 21 0 56 306 47 47
Binary 111101 1110011 10001010 111000 10001 0 101110 11000110 100111 100111

Color Harmonies of #3D738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D738A

Black with #3D738A

Text Example


Text Example

White with #3D738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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