Html Css Color HEX #38236C Christalle

📋 copy color: '#38236C'

red 56 ◦ green 35 ◦ blue 108

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

Shades of Christalle #38236C

Tints of Christalle #38236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 28.14%
G = 17.59%
B = 54.27%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38236C (or 0x38236C) is known color: Christalle. HEX triplet: 38, 23 and 6C. RGB value is (56,35,108). Sum of RGB (Red+Green+Blue) = 56+35+108=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #38236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38236C is #C7DC93. Grayscale: #313131. Windows color (decimal): -13098132 or 7086904. OLE color: 7086904.

HSL color Cylindrical-coordinate representation of color #38236C: hue angle of 257.26º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38236C is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 35 108 -
CMYK 0.48 0.68 0 0.58
HSL 257.26º 0.51% 0.28% -
HSV(B) 257.26º 0.68% 0.42% -
XYZ 4.94 3.13 14.53 -
YUV 49.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 56 35 108 0.48 0.68 0 0.58 257.26 0.51 0.28
Hex 38 23 6C 30 44 0 3A 101 33 1C
Octal 70 43 154 60 104 0 72 401 63 34
Binary 111000 100011 1101100 110000 1000100 0 111010 100000001 110011 11100

Color Harmonies of #38236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38236C

Black with #38236C

Text Example


Text Example

White with #38236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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