Html Css Color HEX #3C246E Christalle

📋 copy color: '#3C246E'

red 60 ◦ green 36 ◦ blue 110

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

Shades of Christalle #3C246E

Tints of Christalle #3C246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 29.13%
G = 17.48%
B = 53.4%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C246E (or 0x3C246E) is known color: Christalle. HEX triplet: 3C, 24 and 6E. RGB value is (60,36,110). Sum of RGB (Red+Green+Blue) = 60+36+110=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C246E is #C3DB91. Grayscale: #333333. Windows color (decimal): -12835730 or 7218236. OLE color: 7218236.

HSL color Cylindrical-coordinate representation of color #3C246E: hue angle of 259.46º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C246E is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 36 110 -
CMYK 0.45 0.67 0 0.57
HSL 259.46º 0.51% 0.29% -
HSV(B) 259.46º 0.67% 0.43% -
XYZ 5.31 3.35 15.12 -
YUV 51.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 60 36 110 0.45 0.67 0 0.57 259.46 0.51 0.29
Hex 3C 24 6E 2D 43 0 39 103 33 1D
Octal 74 44 156 55 103 0 71 403 63 35
Binary 111100 100100 1101110 101101 1000011 0 111001 100000011 110011 11101

Color Harmonies of #3C246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C246E

Black with #3C246E

Text Example


Text Example

White with #3C246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,110); }

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

background-color css

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

 a { background-color: rgb(60,36,110); }

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

border-color css

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

 span { border-color: rgb(60,36,110); }

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