Html Css Color HEX #2F2996 Dark Slate Blue

📋 copy color: '#2F2996'

red 47 ◦ green 41 ◦ blue 150

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

Shades of Dark Slate Blue #2F2996

Tints of Dark Slate Blue #2F2996

RGB

 RED value IS 47 (18.75% from 255) = 19.75%

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 19.75%
G = 17.23%
B = 63.03%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F2996 (or 0x2F2996) is known color: Dark Slate Blue. HEX triplet: 2F, 29 and 96. RGB value is (47,41,150). Sum of RGB (Red+Green+Blue) = 47+41+150=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2996 is #D0D669. Grayscale: #363636. Windows color (decimal): -13686378 or 9840943. OLE color: 9840943.

HSL color Cylindrical-coordinate representation of color #2F2996: hue angle of 243.3º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2996 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 41 150 -
CMYK 0.69 0.73 0 0.41
HSL 243.3º 0.57% 0.37% -
HSV(B) 243.3º 0.73% 0.59% -
XYZ 7.47 4.39 29.31 -
YUV 55.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 47 41 150 0.69 0.73 0 0.41 243.3 0.57 0.37
Hex 2F 29 96 45 49 0 29 F3 39 25
Octal 57 51 226 105 111 0 51 363 71 45
Binary 101111 101001 10010110 1000101 1001001 0 101001 11110011 111001 100101

Color Harmonies of #2F2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2996

Black with #2F2996

Text Example


Text Example

White with #2F2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,41,150); }

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

background-color css

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

 a { background-color: rgb(47,41,150); }

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

border-color css

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

 span { border-color: rgb(47,41,150); }

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