Html Css Color HEX #3F6988 Calypso

📋 copy color: '#3F6988'

red 63 ◦ green 105 ◦ blue 136

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

Shades of Calypso #3F6988

Tints of Calypso #3F6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 20.72%
G = 34.54%
B = 44.74%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F6988 (or 0x3F6988) is known color: Calypso. HEX triplet: 3F, 69 and 88. RGB value is (63,105,136). Sum of RGB (Red+Green+Blue) = 63+105+136=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6988 is #C09677. Grayscale: #5F5F5F. Windows color (decimal): -12621432 or 8939839. OLE color: 8939839.

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

Color convert

RGB 63 105 136 -
CMYK 0.54 0.23 0 0.47
HSL 205.48º 0.37% 0.39% -
HSV(B) 205.48º 0.54% 0.53% -
XYZ 11.55 12.94 25.18 -
YUV 95.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 63 105 136 0.54 0.23 0 0.47 205.48 0.37 0.39
Hex 3F 69 88 36 17 0 2F CD 25 27
Octal 77 151 210 66 27 0 57 315 45 47
Binary 111111 1101001 10001000 110110 10111 0 101111 11001101 100101 100111

Color Harmonies of #3F6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6988

Black with #3F6988

Text Example


Text Example

White with #3F6988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,136); }

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

background-color css

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

 a { background-color: rgb(63,105,136); }

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

border-color css

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

 span { border-color: rgb(63,105,136); }

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