Html Css Color HEX #352465 Christalle

📋 copy color: '#352465'

red 53 ◦ green 36 ◦ blue 101

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

Shades of Christalle #352465

Tints of Christalle #352465

RGB

 RED value IS 53 (21.09% from 255) = 27.89%

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

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 27.89%
G = 18.95%
B = 53.16%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#352465 (or 0x352465) is known color: Christalle. HEX triplet: 35, 24 and 65. RGB value is (53,36,101). Sum of RGB (Red+Green+Blue) = 53+36+101=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #352465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352465 is #CADB9A. Grayscale: #303030. Windows color (decimal): -13294491 or 6628405. OLE color: 6628405.

HSL color Cylindrical-coordinate representation of color #352465: hue angle of 255.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352465 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 36 101 -
CMYK 0.48 0.64 0 0.60
HSL 255.69º 0.47% 0.27% -
HSV(B) 255.69º 0.64% 0.4% -
XYZ 4.45 2.96 12.65 -
YUV 48.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 53 36 101 0.48 0.64 0 0.60 255.69 0.47 0.27
Hex 35 24 65 30 40 0 3C 100 2F 1B
Octal 65 44 145 60 100 0 74 400 57 33
Binary 110101 100100 1100101 110000 1000000 0 111100 100000000 101111 11011

Color Harmonies of #352465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352465

Black with #352465

Text Example


Text Example

White with #352465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352465; }

 p { color: rgb(53,36,101); }

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

background-color css

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

 a { background-color: rgb(53,36,101); }

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

border-color css

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

 span { border-color: rgb(53,36,101); }

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