#38136B

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

Shades of Christalle #38136B

Tints of Christalle #38136B

Color information

#38136B (or 0x38136B) is unknown color: approx Christalle. HEX triplet: 38, 13 and 6B. RGB value is (56,19,107). Sum of RGB (Red+Green+Blue) = 56+19+107=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #38136B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38136B is #C7EC94. Grayscale: #272727. Windows color (decimal): -13102229 or 7017272. OLE color: 7017272.

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

Color convert

RGB5619107-
CMYK0.480.8200.58
HSL265.23º69.84%24.71%-
HSV(B)265.23º82.24%41.96%-
XYZ4.522.3714.13-
YUV40.1165.76139.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=30.77%
G=10.44%
B=58.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56191070.480.8200.58265.2369.8424.71
Hex38136B305203A1094619
Octal70231536012207241110631
Binary11100010011110101111000010100100111010100001001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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