#38285E

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

Shades of Christalle #38285E

Tints of Christalle #38285E

Color information

#38285E (or 0x38285E) is unknown color: approx Christalle. HEX triplet: 38, 28 and 5E. RGB value is (56,40,94). Sum of RGB (Red+Green+Blue) = 56+40+94=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #38285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38285E is #C7D7A1. Grayscale: #323232. Windows color (decimal): -13096866 or 6170680. OLE color: 6170680.

HSL color Cylindrical-coordinate representation of color #38285E: hue angle of 257.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38285E is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB564094-
CMYK0.400.5700.63
HSL257.78º40.3%26.27%-
HSV(B)257.78º57.45%36.86%-
XYZ4.413.1710.97-
YUV50.94152.3131.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=29.47%
G=21.05%
B=49.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5640940.400.5700.63257.7840.326.27
Hex38285E283903F102281a
Octal705013650710774025032
Binary1110001010001011110101000111001011111110000001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38285E; }

 p { color: rgb(56,40,94); }

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

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

 a { background-color: rgb(56,40,94); }

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

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

 span { border-color: rgb(56,40,94); }

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