Html Css Color HEX #3C275E Christalle

📋 copy color: '#3C275E'

red 60 ◦ green 39 ◦ blue 94

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

Shades of Christalle #3C275E

Tints of Christalle #3C275E

RGB

 RED value IS 60 (23.83% from 255) = 31.09%

 GREEN value IS 39 (15.63% from 255) = 20.21%

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

R = 31.09%
G = 20.21%
B = 48.7%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C275E (or 0x3C275E) is known color: Christalle. HEX triplet: 3C, 27 and 5E. RGB value is (60,39,94). Sum of RGB (Red+Green+Blue) = 60+39+94=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C275E is #C3D8A1. Grayscale: #333333. Windows color (decimal): -12834978 or 6170428. OLE color: 6170428.

HSL color Cylindrical-coordinate representation of color #3C275E: hue angle of 262.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C275E is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 39 94 -
CMYK 0.36 0.59 0 0.63
HSL 262.91º 0.41% 0.26% -
HSV(B) 262.91º 0.59% 0.37% -
XYZ 4.61 3.22 10.97 -
YUV 51.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 60 39 94 0.36 0.59 0 0.63 262.91 0.41 0.26
Hex 3C 27 5E 24 3B 0 3F 107 29 1A
Octal 74 47 136 44 73 0 77 407 51 32
Binary 111100 100111 1011110 100100 111011 0 111111 100000111 101001 11010

Color Harmonies of #3C275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C275E

Black with #3C275E

Text Example


Text Example

White with #3C275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,94); }

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

background-color css

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

 a { background-color: rgb(60,39,94); }

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

border-color css

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

 span { border-color: rgb(60,39,94); }

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