Html Css Color HEX #3F7487 Calypso

📋 copy color: '#3F7487'

red 63 ◦ green 116 ◦ blue 135

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

Shades of Calypso #3F7487

Tints of Calypso #3F7487

RGB

 RED value IS 63 (25% from 255) = 20.06%

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

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 20.06%
G = 36.94%
B = 42.99%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F7487 (or 0x3F7487) is known color: Calypso. HEX triplet: 3F, 74 and 87. RGB value is (63,116,135). Sum of RGB (Red+Green+Blue) = 63+116+135=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F7487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7487 is #C08B78. Grayscale: #666666. Windows color (decimal): -12618617 or 8877119. OLE color: 8877119.

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

Color convert

RGB 63 116 135 -
CMYK 0.53 0.14 0 0.47
HSL 195.83º 0.36% 0.39% -
HSV(B) 195.83º 0.53% 0.53% -
XYZ 12.67 15.3 25.21 -
YUV 102.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 63 116 135 0.53 0.14 0 0.47 195.83 0.36 0.39
Hex 3F 74 87 35 E 0 2F C4 24 27
Octal 77 164 207 65 16 0 57 304 44 47
Binary 111111 1110100 10000111 110101 1110 0 101111 11000100 100100 100111

Color Harmonies of #3F7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7487

Black with #3F7487

Text Example


Text Example

White with #3F7487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,116,135); }

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

background-color css

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

 a { background-color: rgb(63,116,135); }

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

border-color css

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

 span { border-color: rgb(63,116,135); }

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