#3D6B83

Color #3D6B83 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #3D6B83

Tints of Calypso #3D6B83

Color information

#3D6B83 (or 0x3D6B83) is unknown color: approx Calypso. HEX triplet: 3D, 6B and 83. RGB value is (61,107,131). Sum of RGB (Red+Green+Blue) = 61+107+131=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D6B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6B83 is #C2947C. Grayscale: #5F5F5F. Windows color (decimal): -12751997 or 8612669. OLE color: 8612669.

HSL color Cylindrical-coordinate representation of color #3D6B83: hue angle of 200.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D6B83 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB61107131-
CMYK0.530.1800.49
HSL200.57º36.46%37.65%-
HSV(B)200.57º53.44%51.37%-
XYZ11.2813.1523.42-
YUV95.98147.76103.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=20.40%
G=35.79%
B=43.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611071310.530.1800.49200.5736.4637.65
Hex3D6B833512031c92426
Octal7515320365220613114446
Binary11110111010111000001111010110010011000111001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,107,131); }

 H1.HeaderClassName
 {
   color: #3D6B83;
 }
 .AnyTagClassName
 {
   color: #3D6B83;
 }
</style>
background-color css

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

 a { background-color: rgb(61,107,131); }

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

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

 span { border-color: rgb(61,107,131); }

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