Html Css Color HEX #3F7095 Calypso

📋 copy color: '#3F7095'

red 63 ◦ green 112 ◦ blue 149

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

Shades of Calypso #3F7095

Tints of Calypso #3F7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 19.44%
G = 34.57%
B = 45.99%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F7095 (or 0x3F7095) is known color: Calypso. HEX triplet: 3F, 70 and 95. RGB value is (63,112,149). Sum of RGB (Red+Green+Blue) = 63+112+149=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7095 is #C08F6A. Grayscale: #656565. Windows color (decimal): -12619627 or 9793599. OLE color: 9793599.

HSL color Cylindrical-coordinate representation of color #3F7095: hue angle of 205.81º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F7095 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 112 149 -
CMYK 0.58 0.25 0 0.42
HSL 205.81º 0.41% 0.42% -
HSV(B) 205.81º 0.58% 0.58% -
XYZ 13.27 14.82 30.59 -
YUV 101.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 63 112 149 0.58 0.25 0 0.42 205.81 0.41 0.42
Hex 3F 70 95 3A 19 0 2A CE 29 2A
Octal 77 160 225 72 31 0 52 316 51 52
Binary 111111 1110000 10010101 111010 11001 0 101010 11001110 101001 101010

Color Harmonies of #3F7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7095

Black with #3F7095

Text Example


Text Example

White with #3F7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,149); }

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

background-color css

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

 a { background-color: rgb(63,112,149); }

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

border-color css

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

 span { border-color: rgb(63,112,149); }

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