#23055B

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

Shades of Christalle #23055B

Tints of Christalle #23055B

Color information

#23055B (or 0x23055B) is unknown color: approx Christalle. HEX triplet: 23, 05 and 5B. RGB value is (35,5,91). Sum of RGB (Red+Green+Blue) = 35+5+91=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #23055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23055B is #DCFAA4. Grayscale: #171717. Windows color (decimal): -14482085 or 5965091. OLE color: 5965091.

HSL color Cylindrical-coordinate representation of color #23055B: hue angle of 260.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23055B is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35591-
CMYK0.620.9500.64
HSL260.93º89.58%18.82%-
HSV(B)260.93º94.51%35.69%-
XYZ2.641.229.99-
YUV23.77165.94136.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 91 (35.94% from 255) = 69.47%
R=26.72%
G=3.82%
B=69.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal355910.620.9500.64260.9389.5818.82
Hex2355B3E5F0401055a13
Octal43513376137010040513223
Binary1000111011011011111110101111101000000100000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23055B; }

 p { color: rgb(35,5,91); }

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

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

 a { background-color: rgb(35,5,91); }

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

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

 span { border-color: rgb(35,5,91); }

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