Html Css Color HEX #382365 Christalle

📋 copy color: '#382365'

red 56 ◦ green 35 ◦ blue 101

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

Shades of Christalle #382365

Tints of Christalle #382365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 29.17%
G = 18.23%
B = 52.6%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#382365 (or 0x382365) is known color: Christalle. HEX triplet: 38, 23 and 65. RGB value is (56,35,101). Sum of RGB (Red+Green+Blue) = 56+35+101=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #382365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382365 is #C7DC9A. Grayscale: #303030. Windows color (decimal): -13098139 or 6628152. OLE color: 6628152.

HSL color Cylindrical-coordinate representation of color #382365: hue angle of 259.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382365 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 35 101 -
CMYK 0.45 0.65 0 0.60
HSL 259.09º 0.49% 0.27% -
HSV(B) 259.09º 0.65% 0.4% -
XYZ 4.58 2.98 12.65 -
YUV 48.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 56 35 101 0.45 0.65 0 0.60 259.09 0.49 0.27
Hex 38 23 65 2D 41 0 3C 103 31 1B
Octal 70 43 145 55 101 0 74 403 61 33
Binary 111000 100011 1100101 101101 1000001 0 111100 100000011 110001 11011

Color Harmonies of #382365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382365

Black with #382365

Text Example


Text Example

White with #382365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382365; }

 p { color: rgb(56,35,101); }

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

background-color css

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

 a { background-color: rgb(56,35,101); }

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

border-color css

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

 span { border-color: rgb(56,35,101); }

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