Html Css Color HEX #3C136D Christalle

📋 copy color: '#3C136D'

red 60 ◦ green 19 ◦ blue 109

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

Shades of Christalle #3C136D

Tints of Christalle #3C136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 109 (42.97% from 255) = 57.98%

R = 31.91%
G = 10.11%
B = 57.98%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C136D (or 0x3C136D) is known color: Christalle. HEX triplet: 3C, 13 and 6D. RGB value is (60,19,109). Sum of RGB (Red+Green+Blue) = 60+19+109=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C136D is #C3EC92. Grayscale: #292929. Windows color (decimal): -12840083 or 7148348. OLE color: 7148348.

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

Color convert

RGB 60 19 109 -
CMYK 0.45 0.83 0 0.57
HSL 267.33º 0.7% 0.25% -
HSV(B) 267.33º 0.83% 0.43% -
XYZ 4.86 2.53 14.7 -
YUV 41.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 60 19 109 0.45 0.83 0 0.57 267.33 0.7 0.25
Hex 3C 13 6D 2D 53 0 39 10B 46 19
Octal 74 23 155 55 123 0 71 413 106 31
Binary 111100 10011 1101101 101101 1010011 0 111001 100001011 1000110 11001

Color Harmonies of #3C136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C136D

Black with #3C136D

Text Example


Text Example

White with #3C136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,109); }

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

background-color css

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

 a { background-color: rgb(60,19,109); }

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

border-color css

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

 span { border-color: rgb(60,19,109); }

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