Html Css Color HEX #3F818C Paradiso

📋 copy color: '#3F818C'

red 63 ◦ green 129 ◦ blue 140

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

Shades of Paradiso #3F818C

Tints of Paradiso #3F818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 18.98%
G = 38.86%
B = 42.17%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F818C (or 0x3F818C) is known color: Paradiso. HEX triplet: 3F, 81 and 8C. RGB value is (63,129,140). Sum of RGB (Red+Green+Blue) = 63+129+140=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F818C is #C07E73. Grayscale: #6E6E6E. Windows color (decimal): -12615284 or 9208127. OLE color: 9208127.

HSL color Cylindrical-coordinate representation of color #3F818C: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F818C is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 129 140 -
CMYK 0.55 0.08 0 0.45
HSL 188.57º 0.38% 0.4% -
HSV(B) 188.57º 0.55% 0.55% -
XYZ 14.63 18.65 27.64 -
YUV 110.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 63 129 140 0.55 0.08 0 0.45 188.57 0.38 0.4
Hex 3F 81 8C 37 8 0 2D BD 26 28
Octal 77 201 214 67 10 0 55 275 46 50
Binary 111111 10000001 10001100 110111 1000 0 101101 10111101 100110 101000

Color Harmonies of #3F818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F818C

Black with #3F818C

Text Example


Text Example

White with #3F818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,140); }

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

background-color css

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

 a { background-color: rgb(63,129,140); }

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

border-color css

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

 span { border-color: rgb(63,129,140); }

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