Html Css Color HEX #3B7493 Calypso

📋 copy color: '#3B7493'

red 59 ◦ green 116 ◦ blue 147

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

Shades of Calypso #3B7493

Tints of Calypso #3B7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 18.32%
G = 36.02%
B = 45.65%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B7493 (or 0x3B7493) is known color: Calypso. HEX triplet: 3B, 74 and 93. RGB value is (59,116,147). Sum of RGB (Red+Green+Blue) = 59+116+147=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B7493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7493 is #C48B6C. Grayscale: #666666. Windows color (decimal): -12880749 or 9663547. OLE color: 9663547.

HSL color Cylindrical-coordinate representation of color #3B7493: hue angle of 201.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B7493 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 116 147 -
CMYK 0.60 0.21 0 0.42
HSL 201.14º 0.43% 0.4% -
HSV(B) 201.14º 0.6% 0.58% -
XYZ 13.32 15.53 29.9 -
YUV 102.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 59 116 147 0.60 0.21 0 0.42 201.14 0.43 0.4
Hex 3B 74 93 3C 15 0 2A C9 2B 28
Octal 73 164 223 74 25 0 52 311 53 50
Binary 111011 1110100 10010011 111100 10101 0 101010 11001001 101011 101000

Color Harmonies of #3B7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7493

Black with #3B7493

Text Example


Text Example

White with #3B7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,147); }

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

background-color css

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

 a { background-color: rgb(59,116,147); }

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

border-color css

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

 span { border-color: rgb(59,116,147); }

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