Html Css Color HEX #3F4E5E Cello

📋 copy color: '#3F4E5E'

red 63 ◦ green 78 ◦ blue 94

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

Shades of Cello #3F4E5E

Tints of Cello #3F4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 26.81%
G = 33.19%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F4E5E (or 0x3F4E5E) is known color: Cello. HEX triplet: 3F, 4E and 5E. RGB value is (63,78,94). Sum of RGB (Red+Green+Blue) = 63+78+94=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F4E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E5E is #C0B1A1. Grayscale: #4B4B4B. Windows color (decimal): -12628386 or 6180415. OLE color: 6180415.

HSL color Cylindrical-coordinate representation of color #3F4E5E: hue angle of 210.97º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F4E5E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 78 94 -
CMYK 0.33 0.17 0 0.63
HSL 210.97º 0.2% 0.31% -
HSV(B) 210.97º 0.33% 0.37% -
XYZ 6.79 7.31 11.64 -
YUV 75.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 63 78 94 0.33 0.17 0 0.63 210.97 0.2 0.31
Hex 3F 4E 5E 21 11 0 3F D3 14 1F
Octal 77 116 136 41 21 0 77 323 24 37
Binary 111111 1001110 1011110 100001 10001 0 111111 11010011 10100 11111

Color Harmonies of #3F4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E5E

Black with #3F4E5E

Text Example


Text Example

White with #3F4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,94); }

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

background-color css

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

 a { background-color: rgb(63,78,94); }

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

border-color css

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

 span { border-color: rgb(63,78,94); }

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