Html Css Color HEX #2F239F Dark Slate Blue

📋 copy color: '#2F239F'

red 47 ◦ green 35 ◦ blue 159

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

Shades of Dark Slate Blue #2F239F

Tints of Dark Slate Blue #2F239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 19.5%
G = 14.52%
B = 65.98%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F239F (or 0x2F239F) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and 9F. RGB value is (47,35,159). Sum of RGB (Red+Green+Blue) = 47+35+159=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F239F is #D0DC60. Grayscale: #343434. Windows color (decimal): -13687905 or 10429231. OLE color: 10429231.

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

Color convert

RGB 47 35 159 -
CMYK 0.70 0.78 0 0.38
HSL 245.81º 0.64% 0.38% -
HSV(B) 245.81º 0.78% 0.62% -
XYZ 8.03 4.31 33.21 -
YUV 52.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 47 35 159 0.70 0.78 0 0.38 245.81 0.64 0.38
Hex 2F 23 9F 46 4E 0 26 F6 40 26
Octal 57 43 237 106 116 0 46 366 100 46
Binary 101111 100011 10011111 1000110 1001110 0 100110 11110110 1000000 100110

Color Harmonies of #2F239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F239F

Black with #2F239F

Text Example


Text Example

White with #2F239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,159); }

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

background-color css

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

 a { background-color: rgb(47,35,159); }

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

border-color css

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

 span { border-color: rgb(47,35,159); }

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