#2d269b

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

Shades of Dark Slate Blue #2D269B

Tints of Dark Slate Blue #2D269B

Color information

#2D269B (or 0x2D269B) is unknown color: approx Dark Slate Blue. HEX triplet: 2D, 26 and 9B. RGB value is (45,38,155). Sum of RGB (Red+Green+Blue) = 45+38+155=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D269B is #D2D964. Grayscale: #343434. Windows color (decimal): -13818213 or 10167853. OLE color: 10167853.

HSL color Cylindrical-coordinate representation of color #2D269B: hue angle of 243.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D269B is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4538155-
CMYK0.710.7500.39
HSL243.59º60.62%37.84%-
HSV(B)243.59º75.48%60.78%-
XYZ7.694.3131.44-
YUV53.43185.32121.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=18.91%
G=15.97%
B=65.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45381550.710.7500.39243.5960.6237.84
Hex2D269B474B027f43d26
Octal55462331071130473647546
Binary1011011001101001101110001111001011010011111110100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d269b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d269b; }

 p { color: rgb(45,38,155); }

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

<style>
 a { background-color: #2d269b; }

 a { background-color: rgb(45,38,155); }

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

<style>
 span { border-color: #2d269b; }

 span { border-color: rgb(45,38,155); }

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