Html Css Color HEX #3F265E Christalle

📋 copy color: '#3F265E'

red 63 ◦ green 38 ◦ blue 94

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

Shades of Christalle #3F265E

Tints of Christalle #3F265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 32.31%
G = 19.49%
B = 48.21%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F265E (or 0x3F265E) is known color: Christalle. HEX triplet: 3F, 26 and 5E. RGB value is (63,38,94). Sum of RGB (Red+Green+Blue) = 63+38+94=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F265E is #C0D9A1. Grayscale: #333333. Windows color (decimal): -12638626 or 6170175. OLE color: 6170175.

HSL color Cylindrical-coordinate representation of color #3F265E: hue angle of 266.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F265E is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 38 94 -
CMYK 0.33 0.60 0 0.63
HSL 266.79º 0.42% 0.26% -
HSV(B) 266.79º 0.6% 0.37% -
XYZ 4.76 3.25 10.97 -
YUV 51.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 63 38 94 0.33 0.60 0 0.63 266.79 0.42 0.26
Hex 3F 26 5E 21 3C 0 3F 10B 2A 1A
Octal 77 46 136 41 74 0 77 413 52 32
Binary 111111 100110 1011110 100001 111100 0 111111 100001011 101010 11010

Color Harmonies of #3F265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F265E

Black with #3F265E

Text Example


Text Example

White with #3F265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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