Html Css Color HEX #3B697D Calypso

📋 copy color: '#3B697D'

red 59 ◦ green 105 ◦ blue 125

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

Shades of Calypso #3B697D

Tints of Calypso #3B697D

RGB

 RED value IS 59 (23.44% from 255) = 20.42%

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 20.42%
G = 36.33%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B697D (or 0x3B697D) is known color: Calypso. HEX triplet: 3B, 69 and 7D. RGB value is (59,105,125). Sum of RGB (Red+Green+Blue) = 59+105+125=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B697D is #C49682. Grayscale: #5D5D5D. Windows color (decimal): -12883587 or 8218939. OLE color: 8218939.

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

Color convert

RGB 59 105 125 -
CMYK 0.53 0.16 0 0.51
HSL 198.18º 0.36% 0.36% -
HSV(B) 198.18º 0.53% 0.49% -
XYZ 10.56 12.51 21.26 -
YUV 93.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 59 105 125 0.53 0.16 0 0.51 198.18 0.36 0.36
Hex 3B 69 7D 35 10 0 33 C6 24 24
Octal 73 151 175 65 20 0 63 306 44 44
Binary 111011 1101001 1111101 110101 10000 0 110011 11000110 100100 100100

Color Harmonies of #3B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B697D

Black with #3B697D

Text Example


Text Example

White with #3B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,125); }

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

background-color css

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

 a { background-color: rgb(59,105,125); }

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

border-color css

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

 span { border-color: rgb(59,105,125); }

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