Html Css Color HEX #3F7683 Calypso

📋 copy color: '#3F7683'

red 63 ◦ green 118 ◦ blue 131

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

Shades of Calypso #3F7683

Tints of Calypso #3F7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 20.19%
G = 37.82%
B = 41.99%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F7683 (or 0x3F7683) is known color: Calypso. HEX triplet: 3F, 76 and 83. RGB value is (63,118,131). Sum of RGB (Red+Green+Blue) = 63+118+131=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F7683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7683 is #C0897C. Grayscale: #666666. Windows color (decimal): -12618109 or 8615487. OLE color: 8615487.

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

Color convert

RGB 63 118 131 -
CMYK 0.52 0.10 0 0.49
HSL 191.47º 0.35% 0.38% -
HSV(B) 191.47º 0.52% 0.51% -
XYZ 12.63 15.65 23.83 -
YUV 103.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 63 118 131 0.52 0.10 0 0.49 191.47 0.35 0.38
Hex 3F 76 83 34 A 0 31 BF 23 26
Octal 77 166 203 64 12 0 61 277 43 46
Binary 111111 1110110 10000011 110100 1010 0 110001 10111111 100011 100110

Color Harmonies of #3F7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7683

Black with #3F7683

Text Example


Text Example

White with #3F7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,131); }

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

background-color css

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

 a { background-color: rgb(63,118,131); }

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

border-color css

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

 span { border-color: rgb(63,118,131); }

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