Html Css Color HEX #382463 Christalle

📋 copy color: '#382463'

red 56 ◦ green 36 ◦ blue 99

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

Shades of Christalle #382463

Tints of Christalle #382463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

 BLUE value IS 99 (39.06% from 255) = 51.83%

R = 29.32%
G = 18.85%
B = 51.83%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#382463 (or 0x382463) is known color: Christalle. HEX triplet: 38, 24 and 63. RGB value is (56,36,99). Sum of RGB (Red+Green+Blue) = 56+36+99=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #382463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382463 is #C7DB9C. Grayscale: #303030. Windows color (decimal): -13097885 or 6497336. OLE color: 6497336.

HSL color Cylindrical-coordinate representation of color #382463: hue angle of 259.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382463 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 36 99 -
CMYK 0.43 0.64 0 0.61
HSL 259.05º 0.47% 0.26% -
HSV(B) 259.05º 0.64% 0.39% -
XYZ 4.51 3 12.15 -
YUV 49.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 56 36 99 0.43 0.64 0 0.61 259.05 0.47 0.26
Hex 38 24 63 2B 40 0 3D 103 2F 1A
Octal 70 44 143 53 100 0 75 403 57 32
Binary 111000 100100 1100011 101011 1000000 0 111101 100000011 101111 11010

Color Harmonies of #382463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382463

Black with #382463

Text Example


Text Example

White with #382463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382463; }

 p { color: rgb(56,36,99); }

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

background-color css

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

 a { background-color: rgb(56,36,99); }

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

border-color css

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

 span { border-color: rgb(56,36,99); }

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