Html Css Color HEX #352464 Christalle

📋 copy color: '#352464'

red 53 ◦ green 36 ◦ blue 100

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

Shades of Christalle #352464

Tints of Christalle #352464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 52.91%

R = 28.04%
G = 19.05%
B = 52.91%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#352464 (or 0x352464) is known color: Christalle. HEX triplet: 35, 24 and 64. RGB value is (53,36,100). Sum of RGB (Red+Green+Blue) = 53+36+100=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #352464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352464 is #CADB9B. Grayscale: #303030. Windows color (decimal): -13294492 or 6562869. OLE color: 6562869.

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

Color convert

RGB 53 36 100 -
CMYK 0.47 0.64 0 0.61
HSL 255.94º 0.47% 0.27% -
HSV(B) 255.94º 0.64% 0.39% -
XYZ 4.4 2.94 12.39 -
YUV 48.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 53 36 100 0.47 0.64 0 0.61 255.94 0.47 0.27
Hex 35 24 64 2F 40 0 3D 100 2F 1B
Octal 65 44 144 57 100 0 75 400 57 33
Binary 110101 100100 1100100 101111 1000000 0 111101 100000000 101111 11011

Color Harmonies of #352464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352464

Black with #352464

Text Example


Text Example

White with #352464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352464; }

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

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

background-color css

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

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

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

border-color css

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

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

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