Html Css Color HEX #2F259D Dark Slate Blue

📋 copy color: '#2F259D'

red 47 ◦ green 37 ◦ blue 157

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

Shades of Dark Slate Blue #2F259D

Tints of Dark Slate Blue #2F259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 19.5%
G = 15.35%
B = 65.15%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F259D (or 0x2F259D) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9D. RGB value is (47,37,157). Sum of RGB (Red+Green+Blue) = 47+37+157=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259D is #D0DA62. Grayscale: #353535. Windows color (decimal): -13687395 or 10298671. OLE color: 10298671.

HSL color Cylindrical-coordinate representation of color #2F259D: hue angle of 245º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F259D is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 37 157 -
CMYK 0.70 0.76 0 0.38
HSL 245º 0.62% 0.38% -
HSV(B) 245º 0.76% 0.62% -
XYZ 7.92 4.36 32.32 -
YUV 53.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 47 37 157 0.70 0.76 0 0.38 245 0.62 0.38
Hex 2F 25 9D 46 4C 0 26 F5 3E 26
Octal 57 45 235 106 114 0 46 365 76 46
Binary 101111 100101 10011101 1000110 1001100 0 100110 11110101 111110 100110

Color Harmonies of #2F259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F259D

Black with #2F259D

Text Example


Text Example

White with #2F259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,157); }

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

background-color css

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

 a { background-color: rgb(47,37,157); }

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

border-color css

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

 span { border-color: rgb(47,37,157); }

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