Html Css Color HEX #382666 Christalle

📋 copy color: '#382666'

red 56 ◦ green 38 ◦ blue 102

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

Shades of Christalle #382666

Tints of Christalle #382666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 28.57%
G = 19.39%
B = 52.04%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#382666 (or 0x382666) is known color: Christalle. HEX triplet: 38, 26 and 66. RGB value is (56,38,102). Sum of RGB (Red+Green+Blue) = 56+38+102=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #382666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382666 is #C7D999. Grayscale: #323232. Windows color (decimal): -13097370 or 6694456. OLE color: 6694456.

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

Color convert

RGB 56 38 102 -
CMYK 0.45 0.63 0 0.6
HSL 256.88º 0.46% 0.27% -
HSV(B) 256.88º 0.63% 0.4% -
XYZ 4.72 3.19 12.94 -
YUV 50.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 56 38 102 0.45 0.63 0 0.6 256.88 0.46 0.27
Hex 38 26 66 2D 3F 0 3C 101 2E 1B
Octal 70 46 146 55 77 0 74 401 56 33
Binary 111000 100110 1100110 101101 111111 0 111100 100000001 101110 11011

Color Harmonies of #382666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382666

Black with #382666

Text Example


Text Example

White with #382666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382666; }

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

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

background-color css

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

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

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

border-color css

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

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

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