#38246F

Color #38246F Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #38246F

Tints of Christalle #38246F

Color information

#38246F (or 0x38246F) is unknown color: approx Christalle. HEX triplet: 38, 24 and 6F. RGB value is (56,36,111). Sum of RGB (Red+Green+Blue) = 56+36+111=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #38246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38246F is #C7DB90. Grayscale: #323232. Windows color (decimal): -13097873 or 7283768. OLE color: 7283768.

HSL color Cylindrical-coordinate representation of color #38246F: hue angle of 256º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38246F is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5636111-
CMYK0.500.6800.56
HSL256º51.02%28.82%-
HSV(B)256º67.57%43.53%-
XYZ5.133.2515.4-
YUV50.53162.13131.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=27.59%
G=17.73%
B=54.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56361110.500.6800.5625651.0228.82
Hex38246F3244038100331d
Octal7044157621040704006335
Binary11100010010011011111100101000100011100010000000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38246F; }

 p { color: rgb(56,36,111); }

 H1.HeaderClassName
 {
   color: #38246F;
 }
 .AnyTagClassName
 {
   color: #38246F;
 }
</style>
background-color css

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

 a { background-color: rgb(56,36,111); }

 div.DivClassName
 {
   background-color: #38246F;
 }
 .BgClassName
 {
   background-color: #38246F;
 }
</style>
border-color css

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

 span { border-color: rgb(56,36,111); }

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