Html Css Color HEX #3F738A Calypso

📋 copy color: '#3F738A'

red 63 ◦ green 115 ◦ blue 138

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

Shades of Calypso #3F738A

Tints of Calypso #3F738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 19.94%
G = 36.39%
B = 43.67%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F738A (or 0x3F738A) is known color: Calypso. HEX triplet: 3F, 73 and 8A. RGB value is (63,115,138). Sum of RGB (Red+Green+Blue) = 63+115+138=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F738A is #C08C75. Grayscale: #656565. Windows color (decimal): -12618870 or 9073471. OLE color: 9073471.

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

Color convert

RGB 63 115 138 -
CMYK 0.54 0.17 0 0.46
HSL 198.4º 0.37% 0.39% -
HSV(B) 198.4º 0.54% 0.54% -
XYZ 12.77 15.15 26.3 -
YUV 102.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 63 115 138 0.54 0.17 0 0.46 198.4 0.37 0.39
Hex 3F 73 8A 36 11 0 2E C6 25 27
Octal 77 163 212 66 21 0 56 306 45 47
Binary 111111 1110011 10001010 110110 10001 0 101110 11000110 100101 100111

Color Harmonies of #3F738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F738A

Black with #3F738A

Text Example


Text Example

White with #3F738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,138); }

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

background-color css

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

 a { background-color: rgb(63,115,138); }

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

border-color css

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

 span { border-color: rgb(63,115,138); }

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