Html Css Color HEX #2F2696 Dark Slate Blue

📋 copy color: '#2F2696'

red 47 ◦ green 38 ◦ blue 150

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

Shades of Dark Slate Blue #2F2696

Tints of Dark Slate Blue #2F2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 20%
G = 16.17%
B = 63.83%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F2696 (or 0x2F2696) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 96. RGB value is (47,38,150). Sum of RGB (Red+Green+Blue) = 47+38+150=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F2696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2696 is #D0D969. Grayscale: #353535. Windows color (decimal): -13687146 or 9840175. OLE color: 9840175.

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

Color convert

RGB 47 38 150 -
CMYK 0.69 0.75 0 0.41
HSL 244.82º 0.6% 0.37% -
HSV(B) 244.82º 0.75% 0.59% -
XYZ 7.37 4.19 29.27 -
YUV 53.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 47 38 150 0.69 0.75 0 0.41 244.82 0.6 0.37
Hex 2F 26 96 45 4B 0 29 F5 3C 25
Octal 57 46 226 105 113 0 51 365 74 45
Binary 101111 100110 10010110 1000101 1001011 0 101001 11110101 111100 100101

Color Harmonies of #2F2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2696

Black with #2F2696

Text Example


Text Example

White with #2F2696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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