Html Css Color HEX #38285F Christalle

📋 copy color: '#38285F'

red 56 ◦ green 40 ◦ blue 95

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

Shades of Christalle #38285F

Tints of Christalle #38285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 95 (37.5% from 255) = 49.74%

R = 29.32%
G = 20.94%
B = 49.74%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38285F (or 0x38285F) is known color: Christalle. HEX triplet: 38, 28 and 5F. RGB value is (56,40,95). Sum of RGB (Red+Green+Blue) = 56+40+95=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #38285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38285F is #C7D7A0. Grayscale: #323232. Windows color (decimal): -13096865 or 6236216. OLE color: 6236216.

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

Color convert

RGB 56 40 95 -
CMYK 0.41 0.58 0 0.63
HSL 257.45º 0.41% 0.26% -
HSV(B) 257.45º 0.58% 0.37% -
XYZ 4.46 3.18 11.21 -
YUV 51.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 56 40 95 0.41 0.58 0 0.63 257.45 0.41 0.26
Hex 38 28 5F 29 3A 0 3F 101 29 1A
Octal 70 50 137 51 72 0 77 401 51 32
Binary 111000 101000 1011111 101001 111010 0 111111 100000001 101001 11010

Color Harmonies of #38285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38285F

Black with #38285F

Text Example


Text Example

White with #38285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38285F;
 }
 .AnyTagClassName
 {
   color: #38285F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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