Html Css Color HEX #3F6D84 Calypso

📋 copy color: '#3F6D84'

red 63 ◦ green 109 ◦ blue 132

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

Shades of Calypso #3F6D84

Tints of Calypso #3F6D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 20.72%
G = 35.86%
B = 43.42%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F6D84 (or 0x3F6D84) is known color: Calypso. HEX triplet: 3F, 6D and 84. RGB value is (63,109,132). Sum of RGB (Red+Green+Blue) = 63+109+132=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F6D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6D84 is #C0927B. Grayscale: #616161. Windows color (decimal): -12620412 or 8678719. OLE color: 8678719.

HSL color Cylindrical-coordinate representation of color #3F6D84: hue angle of 200º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6D84 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 109 132 -
CMYK 0.52 0.17 0 0.48
HSL 200º 0.35% 0.38% -
HSV(B) 200º 0.52% 0.52% -
XYZ 11.68 13.66 23.85 -
YUV 97.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 63 109 132 0.52 0.17 0 0.48 200 0.35 0.38
Hex 3F 6D 84 34 11 0 30 C8 23 26
Octal 77 155 204 64 21 0 60 310 43 46
Binary 111111 1101101 10000100 110100 10001 0 110000 11001000 100011 100110

Color Harmonies of #3F6D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6D84

Black with #3F6D84

Text Example


Text Example

White with #3F6D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,109,132); }

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

background-color css

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

 a { background-color: rgb(63,109,132); }

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

border-color css

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

 span { border-color: rgb(63,109,132); }

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