Html Css Color HEX #38235A Christalle

📋 copy color: '#38235A'

red 56 ◦ green 35 ◦ blue 90

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

Shades of Christalle #38235A

Tints of Christalle #38235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.72%

R = 30.94%
G = 19.34%
B = 49.72%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38235A (or 0x38235A) is known color: Christalle. HEX triplet: 38, 23 and 5A. RGB value is (56,35,90). Sum of RGB (Red+Green+Blue) = 56+35+90=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #38235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38235A is #C7DCA5. Grayscale: #2F2F2F. Windows color (decimal): -13098150 or 5907256. OLE color: 5907256.

HSL color Cylindrical-coordinate representation of color #38235A: hue angle of 262.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38235A is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 35 90 -
CMYK 0.38 0.61 0 0.65
HSL 262.91º 0.44% 0.25% -
HSV(B) 262.91º 0.61% 0.35% -
XYZ 4.08 2.78 9.99 -
YUV 47.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 56 35 90 0.38 0.61 0 0.65 262.91 0.44 0.25
Hex 38 23 5A 26 3D 0 41 107 2C 19
Octal 70 43 132 46 75 0 101 407 54 31
Binary 111000 100011 1011010 100110 111101 0 1000001 100000111 101100 11001

Color Harmonies of #38235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38235A

Black with #38235A

Text Example


Text Example

White with #38235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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