Html Css Color HEX #350F60 Christalle

📋 copy color: '#350F60'

red 53 ◦ green 15 ◦ blue 96

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

Shades of Christalle #350F60

Tints of Christalle #350F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 32.32%
G = 9.15%
B = 58.54%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#350F60 (or 0x350F60) is known color: Christalle. HEX triplet: 35, 0F and 60. RGB value is (53,15,96). Sum of RGB (Red+Green+Blue) = 53+15+96=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #350F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F60 is #CAF09F. Grayscale: #232323. Windows color (decimal): -13299872 or 6295349. OLE color: 6295349.

HSL color Cylindrical-coordinate representation of color #350F60: hue angle of 268.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350F60 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 15 96 -
CMYK 0.45 0.84 0 0.62
HSL 268.15º 0.73% 0.22% -
HSV(B) 268.15º 0.84% 0.38% -
XYZ 3.75 1.94 11.24 -
YUV 35.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 53 15 96 0.45 0.84 0 0.62 268.15 0.73 0.22
Hex 35 F 60 2D 54 0 3E 10C 49 16
Octal 65 17 140 55 124 0 76 414 111 26
Binary 110101 1111 1100000 101101 1010100 0 111110 100001100 1001001 10110

Color Harmonies of #350F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F60

Black with #350F60

Text Example


Text Example

White with #350F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350F60; }

 p { color: rgb(53,15,96); }

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

background-color css

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

 a { background-color: rgb(53,15,96); }

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

border-color css

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

 span { border-color: rgb(53,15,96); }

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