Html Css Color HEX #3F6C90 Calypso

📋 copy color: '#3F6C90'

red 63 ◦ green 108 ◦ blue 144

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

Shades of Calypso #3F6C90

Tints of Calypso #3F6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 20%
G = 34.29%
B = 45.71%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F6C90 (or 0x3F6C90) is known color: Calypso. HEX triplet: 3F, 6C and 90. RGB value is (63,108,144). Sum of RGB (Red+Green+Blue) = 63+108+144=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6C90 is #C0936F. Grayscale: #626262. Windows color (decimal): -12620656 or 9464895. OLE color: 9464895.

HSL color Cylindrical-coordinate representation of color #3F6C90: hue angle of 206.67º 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 #3F6C90 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 108 144 -
CMYK 0.56 0.25 0 0.44
HSL 206.67º 0.39% 0.41% -
HSV(B) 206.67º 0.56% 0.56% -
XYZ 12.45 13.8 28.39 -
YUV 98.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 63 108 144 0.56 0.25 0 0.44 206.67 0.39 0.41
Hex 3F 6C 90 38 19 0 2C CF 27 29
Octal 77 154 220 70 31 0 54 317 47 51
Binary 111111 1101100 10010000 111000 11001 0 101100 11001111 100111 101001

Color Harmonies of #3F6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C90

Black with #3F6C90

Text Example


Text Example

White with #3F6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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