Html Css Color HEX #38265D Christalle

📋 copy color: '#38265D'

red 56 ◦ green 38 ◦ blue 93

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

Shades of Christalle #38265D

Tints of Christalle #38265D

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 29.95%
G = 20.32%
B = 49.73%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38265D (or 0x38265D) is known color: Christalle. HEX triplet: 38, 26 and 5D. RGB value is (56,38,93). Sum of RGB (Red+Green+Blue) = 56+38+93=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #38265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38265D is #C7D9A2. Grayscale: #313131. Windows color (decimal): -13097379 or 6104632. OLE color: 6104632.

HSL color Cylindrical-coordinate representation of color #38265D: hue angle of 259.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38265D is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 38 93 -
CMYK 0.40 0.59 0 0.64
HSL 259.64º 0.42% 0.26% -
HSV(B) 259.64º 0.59% 0.36% -
XYZ 4.3 3.02 10.71 -
YUV 49.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 56 38 93 0.40 0.59 0 0.64 259.64 0.42 0.26
Hex 38 26 5D 28 3B 0 40 104 2A 1A
Octal 70 46 135 50 73 0 100 404 52 32
Binary 111000 100110 1011101 101000 111011 0 1000000 100000100 101010 11010

Color Harmonies of #38265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38265D

Black with #38265D

Text Example


Text Example

White with #38265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38265D;
 }
 .AnyTagClassName
 {
   color: #38265D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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