#350F67

Color #350F67 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #350F67

Tints of Christalle #350F67

Color information

#350F67 (or 0x350F67) is unknown color: approx Christalle. HEX triplet: 35, 0F and 67. RGB value is (53,15,103). Sum of RGB (Red+Green+Blue) = 53+15+103=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #350F67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F67 is #CAF098. Grayscale: #242424. Windows color (decimal): -13299865 or 6754101. OLE color: 6754101.

HSL color Cylindrical-coordinate representation of color #350F67: hue angle of 265.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350F67 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5315103-
CMYK0.490.8500.60
HSL265.91º74.58%23.14%-
HSV(B)265.91º85.44%40.39%-
XYZ4.092.0813.02-
YUV36.39165.59139.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 103 (40.62% from 255) = 60.23%
R=30.99%
G=8.77%
B=60.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53151030.490.8500.60265.9174.5823.14
Hex35F67315503C10a4b17
Octal65171476112507441211327
Binary1101011111110011111000110101010111100100001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #350F67;
 }
 .AnyTagClassName
 {
   color: #350F67;
 }
</style>
background-color css

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

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

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

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

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

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