#41367B

Color #41367B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #41367B

Tints of Dark Slate Blue #41367B

Color information

#41367B (or 0x41367B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 36 and 7B. RGB value is (65,54,123). Sum of RGB (Red+Green+Blue) = 65+54+123=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #41367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367B is #BEC984. Grayscale: #404040. Windows color (decimal): -12503429 or 8074817. OLE color: 8074817.

HSL color Cylindrical-coordinate representation of color #41367B: hue angle of 249.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41367B is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6554123-
CMYK0.470.5600.52
HSL249.57º38.98%34.71%-
HSV(B)249.57º56.1%48.24%-
XYZ7.075.1919.37-
YUV65.16160.64127.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=26.86%
G=22.31%
B=50.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65541230.470.5600.52249.5738.9834.71
Hex41367B2F38034fa2723
Octal1016617357700643724743
Binary10000011101101111011101111111000011010011111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,54,123); }

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

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

 a { background-color: rgb(65,54,123); }

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

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

 span { border-color: rgb(65,54,123); }

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