Html Css Color HEX #3B6E7D Calypso

📋 copy color: '#3B6E7D'

red 59 ◦ green 110 ◦ blue 125

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

Shades of Calypso #3B6E7D

Tints of Calypso #3B6E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

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

R = 20.07%
G = 37.41%
B = 42.52%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B6E7D (or 0x3B6E7D) is known color: Calypso. HEX triplet: 3B, 6E and 7D. RGB value is (59,110,125). Sum of RGB (Red+Green+Blue) = 59+110+125=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B6E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E7D is #C49182. Grayscale: #606060. Windows color (decimal): -12882307 or 8220219. OLE color: 8220219.

HSL color Cylindrical-coordinate representation of color #3B6E7D: hue angle of 193.64º 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 #3B6E7D is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 110 125 -
CMYK 0.53 0.12 0 0.51
HSL 193.64º 0.36% 0.36% -
HSV(B) 193.64º 0.53% 0.49% -
XYZ 11.08 13.56 21.44 -
YUV 96.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 59 110 125 0.53 0.12 0 0.51 193.64 0.36 0.36
Hex 3B 6E 7D 35 C 0 33 C2 24 24
Octal 73 156 175 65 14 0 63 302 44 44
Binary 111011 1101110 1111101 110101 1100 0 110011 11000010 100100 100100

Color Harmonies of #3B6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6E7D

Black with #3B6E7D

Text Example


Text Example

White with #3B6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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