Html Css Color HEX #2F259B Dark Slate Blue

📋 copy color: '#2F259B'

red 47 ◦ green 37 ◦ blue 155

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

Shades of Dark Slate Blue #2F259B

Tints of Dark Slate Blue #2F259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 19.67%
G = 15.48%
B = 64.85%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F259B (or 0x2F259B) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9B. RGB value is (47,37,155). Sum of RGB (Red+Green+Blue) = 47+37+155=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259B is #D0DA64. Grayscale: #343434. Windows color (decimal): -13687397 or 10167599. OLE color: 10167599.

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

Color convert

RGB 47 37 155 -
CMYK 0.70 0.76 0 0.39
HSL 245.08º 0.61% 0.38% -
HSV(B) 245.08º 0.76% 0.61% -
XYZ 7.75 4.29 31.43 -
YUV 53.44 185.31 123.41 -
System Red Green Blue C M Y K H S L
Decimal 47 37 155 0.70 0.76 0 0.39 245.08 0.61 0.38
Hex 2F 25 9B 46 4C 0 27 F5 3D 26
Octal 57 45 233 106 114 0 47 365 75 46
Binary 101111 100101 10011011 1000110 1001100 0 100111 11110101 111101 100110

Color Harmonies of #2F259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F259B

Black with #2F259B

Text Example


Text Example

White with #2F259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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