Html Css Color HEX #38236B Christalle

📋 copy color: '#38236B'

red 56 ◦ green 35 ◦ blue 107

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

Shades of Christalle #38236B

Tints of Christalle #38236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 28.28%
G = 17.68%
B = 54.04%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38236B (or 0x38236B) is known color: Christalle. HEX triplet: 38, 23 and 6B. RGB value is (56,35,107). Sum of RGB (Red+Green+Blue) = 56+35+107=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #38236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38236B is #C7DC94. Grayscale: #313131. Windows color (decimal): -13098133 or 7021368. OLE color: 7021368.

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

Color convert

RGB 56 35 107 -
CMYK 0.48 0.67 0 0.58
HSL 257.5º 0.51% 0.28% -
HSV(B) 257.5º 0.67% 0.42% -
XYZ 4.89 3.1 14.25 -
YUV 49.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 56 35 107 0.48 0.67 0 0.58 257.5 0.51 0.28
Hex 38 23 6B 30 43 0 3A 102 33 1C
Octal 70 43 153 60 103 0 72 402 63 34
Binary 111000 100011 1101011 110000 1000011 0 111010 100000010 110011 11100

Color Harmonies of #38236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38236B

Black with #38236B

Text Example


Text Example

White with #38236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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