Html Css Color HEX #3C235D Christalle

📋 copy color: '#3C235D'

red 60 ◦ green 35 ◦ blue 93

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

Shades of Christalle #3C235D

Tints of Christalle #3C235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 31.91%
G = 18.62%
B = 49.47%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C235D (or 0x3C235D) is known color: Christalle. HEX triplet: 3C, 23 and 5D. RGB value is (60,35,93). Sum of RGB (Red+Green+Blue) = 60+35+93=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C235D is #C3DCA2. Grayscale: #303030. Windows color (decimal): -12836003 or 6103868. OLE color: 6103868.

HSL color Cylindrical-coordinate representation of color #3C235D: hue angle of 265.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C235D is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 35 93 -
CMYK 0.35 0.62 0 0.64
HSL 265.86º 0.45% 0.25% -
HSV(B) 265.86º 0.62% 0.36% -
XYZ 4.44 2.95 10.69 -
YUV 49.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 60 35 93 0.35 0.62 0 0.64 265.86 0.45 0.25
Hex 3C 23 5D 23 3E 0 40 10A 2D 19
Octal 74 43 135 43 76 0 100 412 55 31
Binary 111100 100011 1011101 100011 111110 0 1000000 100001010 101101 11001

Color Harmonies of #3C235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C235D

Black with #3C235D

Text Example


Text Example

White with #3C235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,93); }

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

background-color css

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

 a { background-color: rgb(60,35,93); }

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

border-color css

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

 span { border-color: rgb(60,35,93); }

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