Html Css Color HEX #3F7290 Calypso

📋 copy color: '#3F7290'

red 63 ◦ green 114 ◦ blue 144

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

Shades of Calypso #3F7290

Tints of Calypso #3F7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 19.63%
G = 35.51%
B = 44.86%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F7290 (or 0x3F7290) is known color: Calypso. HEX triplet: 3F, 72 and 90. RGB value is (63,114,144). Sum of RGB (Red+Green+Blue) = 63+114+144=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7290 is #C08D6F. Grayscale: #666666. Windows color (decimal): -12619120 or 9466431. OLE color: 9466431.

HSL color Cylindrical-coordinate representation of color #3F7290: hue angle of 202.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7290 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 114 144 -
CMYK 0.56 0.21 0 0.44
HSL 202.22º 0.39% 0.41% -
HSV(B) 202.22º 0.56% 0.56% -
XYZ 13.1 15.11 28.61 -
YUV 102.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 63 114 144 0.56 0.21 0 0.44 202.22 0.39 0.41
Hex 3F 72 90 38 15 0 2C CA 27 29
Octal 77 162 220 70 25 0 54 312 47 51
Binary 111111 1110010 10010000 111000 10101 0 101100 11001010 100111 101001

Color Harmonies of #3F7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7290

Black with #3F7290

Text Example


Text Example

White with #3F7290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,144); }

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

background-color css

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

 a { background-color: rgb(63,114,144); }

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

border-color css

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

 span { border-color: rgb(63,114,144); }

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