Html Css Color HEX #3C195E Christalle

📋 copy color: '#3C195E'

red 60 ◦ green 25 ◦ blue 94

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

Shades of Christalle #3C195E

Tints of Christalle #3C195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 33.52%
G = 13.97%
B = 52.51%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C195E (or 0x3C195E) is known color: Christalle. HEX triplet: 3C, 19 and 5E. RGB value is (60,25,94). Sum of RGB (Red+Green+Blue) = 60+25+94=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C195E is #C3E6A1. Grayscale: #2B2B2B. Windows color (decimal): -12838562 or 6166844. OLE color: 6166844.

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

Color convert

RGB 60 25 94 -
CMYK 0.36 0.73 0 0.63
HSL 270.43º 0.58% 0.23% -
HSV(B) 270.43º 0.73% 0.37% -
XYZ 4.23 2.46 10.84 -
YUV 43.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 60 25 94 0.36 0.73 0 0.63 270.43 0.58 0.23
Hex 3C 19 5E 24 49 0 3F 10E 3A 17
Octal 74 31 136 44 111 0 77 416 72 27
Binary 111100 11001 1011110 100100 1001001 0 111111 100001110 111010 10111

Color Harmonies of #3C195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C195E

Black with #3C195E

Text Example


Text Example

White with #3C195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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