Html Css Color HEX #38225B Christalle

📋 copy color: '#38225B'

red 56 ◦ green 34 ◦ blue 91

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

Shades of Christalle #38225B

Tints of Christalle #38225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 30.94%
G = 18.78%
B = 50.28%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38225B (or 0x38225B) is known color: Christalle. HEX triplet: 38, 22 and 5B. RGB value is (56,34,91). Sum of RGB (Red+Green+Blue) = 56+34+91=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #38225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38225B is #C7DDA4. Grayscale: #2E2E2E. Windows color (decimal): -13098405 or 5972536. OLE color: 5972536.

HSL color Cylindrical-coordinate representation of color #38225B: hue angle of 263.16º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38225B is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 34 91 -
CMYK 0.38 0.63 0 0.64
HSL 263.16º 0.46% 0.25% -
HSV(B) 263.16º 0.63% 0.36% -
XYZ 4.09 2.74 10.21 -
YUV 47.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 56 34 91 0.38 0.63 0 0.64 263.16 0.46 0.25
Hex 38 22 5B 26 3F 0 40 107 2E 19
Octal 70 42 133 46 77 0 100 407 56 31
Binary 111000 100010 1011011 100110 111111 0 1000000 100000111 101110 11001

Color Harmonies of #38225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38225B

Black with #38225B

Text Example


Text Example

White with #38225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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