Html Css Color HEX #3F5366 Cello

📋 copy color: '#3F5366'

red 63 ◦ green 83 ◦ blue 102

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

Shades of Cello #3F5366

Tints of Cello #3F5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 25.4%
G = 33.47%
B = 41.13%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3F5366 (or 0x3F5366) is known color: Cello. HEX triplet: 3F, 53 and 66. RGB value is (63,83,102). Sum of RGB (Red+Green+Blue) = 63+83+102=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5366 is #C0AC99. Grayscale: #4F4F4F. Windows color (decimal): -12627098 or 6705983. OLE color: 6705983.

HSL color Cylindrical-coordinate representation of color #3F5366: hue angle of 209.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F5366 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 83 102 -
CMYK 0.38 0.19 0 0.6
HSL 209.23º 0.24% 0.32% -
HSV(B) 209.23º 0.38% 0.4% -
XYZ 7.54 8.2 13.76 -
YUV 79.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 63 83 102 0.38 0.19 0 0.6 209.23 0.24 0.32
Hex 3F 53 66 26 13 0 3C D1 18 20
Octal 77 123 146 46 23 0 74 321 30 40
Binary 111111 1010011 1100110 100110 10011 0 111100 11010001 11000 100000

Color Harmonies of #3F5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5366

Black with #3F5366

Text Example


Text Example

White with #3F5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,102); }

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

background-color css

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

 a { background-color: rgb(63,83,102); }

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

border-color css

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

 span { border-color: rgb(63,83,102); }

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