Html Css Color HEX #382253 Christalle

📋 copy color: '#382253'

red 56 ◦ green 34 ◦ blue 83

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

Shades of Christalle #382253

Tints of Christalle #382253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 32.37%
G = 19.65%
B = 47.98%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382253 (or 0x382253) is known color: Christalle. HEX triplet: 38, 22 and 53. RGB value is (56,34,83). Sum of RGB (Red+Green+Blue) = 56+34+83=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #382253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382253 is #C7DDAC. Grayscale: #2D2D2D. Windows color (decimal): -13098413 or 5448248. OLE color: 5448248.

HSL color Cylindrical-coordinate representation of color #382253: hue angle of 266.94º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #382253 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 34 83 -
CMYK 0.33 0.59 0 0.67
HSL 266.94º 0.42% 0.23% -
HSV(B) 266.94º 0.59% 0.33% -
XYZ 3.76 2.61 8.49 -
YUV 46.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 56 34 83 0.33 0.59 0 0.67 266.94 0.42 0.23
Hex 38 22 53 21 3B 0 43 10B 2A 17
Octal 70 42 123 41 73 0 103 413 52 27
Binary 111000 100010 1010011 100001 111011 0 1000011 100001011 101010 10111

Color Harmonies of #382253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382253

Black with #382253

Text Example


Text Example

White with #382253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382253; }

 p { color: rgb(56,34,83); }

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

background-color css

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

 a { background-color: rgb(56,34,83); }

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

border-color css

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

 span { border-color: rgb(56,34,83); }

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