#38265A

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

Shades of Christalle #38265A

Tints of Christalle #38265A

Color information

#38265A (or 0x38265A) is unknown color: approx Christalle. HEX triplet: 38, 26 and 5A. RGB value is (56,38,90). Sum of RGB (Red+Green+Blue) = 56+38+90=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #38265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38265A is #C7D9A5. Grayscale: #313131. Windows color (decimal): -13097382 or 5908024. OLE color: 5908024.

HSL color Cylindrical-coordinate representation of color #38265A: hue angle of 260.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38265A is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB563890-
CMYK0.380.5800.65
HSL260.77º40.62%25.1%-
HSV(B)260.77º57.78%35.29%-
XYZ4.172.9710.03-
YUV49.31150.96132.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=30.43%
G=20.65%
B=48.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5638900.380.5800.65260.7740.6225.1
Hex38265A263A0411052919
Octal7046132467201014055131
Binary11100010011010110101001101110100100000110000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38265A; }

 p { color: rgb(56,38,90); }

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

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

 a { background-color: rgb(56,38,90); }

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

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

 span { border-color: rgb(56,38,90); }

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