Html Css Color HEX #2D2B9A Dark Slate Blue

📋 copy color: '#2D2B9A'

red 45 ◦ green 43 ◦ blue 154

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

Shades of Dark Slate Blue #2D2B9A

Tints of Dark Slate Blue #2D2B9A

RGB

 RED value IS 45 (17.97% from 255) = 18.6%

 GREEN value IS 43 (17.19% from 255) = 17.77%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 18.6%
G = 17.77%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2D2B9A (or 0x2D2B9A) is known color: Dark Slate Blue. HEX triplet: 2D, 2B and 9A. RGB value is (45,43,154). Sum of RGB (Red+Green+Blue) = 45+43+154=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D2B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2B9A is #D2D465. Grayscale: #373737. Windows color (decimal): -13816934 or 10103597. OLE color: 10103597.

HSL color Cylindrical-coordinate representation of color #2D2B9A: hue angle of 241.08º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2B9A is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 45 43 154 -
CMYK 0.71 0.72 0 0.40
HSL 241.08º 0.56% 0.39% -
HSV(B) 241.08º 0.72% 0.6% -
XYZ 7.78 4.62 31.05 -
YUV 56.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 45 43 154 0.71 0.72 0 0.40 241.08 0.56 0.39
Hex 2D 2B 9A 47 48 0 28 F1 38 27
Octal 55 53 232 107 110 0 50 361 70 47
Binary 101101 101011 10011010 1000111 1001000 0 101000 11110001 111000 100111

Color Harmonies of #2D2B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2B9A

Black with #2D2B9A

Text Example


Text Example

White with #2D2B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,43,154); }

 H1.HeaderClassName
 {
   color: #2D2B9A;
 }
 .AnyTagClassName
 {
   color: #2D2B9A;
 }
</style>

background-color css

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

 a { background-color: rgb(45,43,154); }

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

border-color css

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

 span { border-color: rgb(45,43,154); }

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