Html Css Color HEX #2F239D Dark Slate Blue

📋 copy color: '#2F239D'

red 47 ◦ green 35 ◦ blue 157

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

Shades of Dark Slate Blue #2F239D

Tints of Dark Slate Blue #2F239D

RGB

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

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

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

R = 19.67%
G = 14.64%
B = 65.69%

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

#2F239D (or 0x2F239D) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and 9D. RGB value is (47,35,157). Sum of RGB (Red+Green+Blue) = 47+35+157=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F239D is #D0DC62. Grayscale: #343434. Windows color (decimal): -13687907 or 10298159. OLE color: 10298159.

HSL color Cylindrical-coordinate representation of color #2F239D: hue angle of 245.9º 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 #2F239D is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 35 157 -
CMYK 0.70 0.78 0 0.38
HSL 245.9º 0.64% 0.38% -
HSV(B) 245.9º 0.78% 0.62% -
XYZ 7.86 4.24 32.3 -
YUV 52.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 47 35 157 0.70 0.78 0 0.38 245.9 0.64 0.38
Hex 2F 23 9D 46 4E 0 26 F6 40 26
Octal 57 43 235 106 116 0 46 366 100 46
Binary 101111 100011 10011101 1000110 1001110 0 100110 11110110 1000000 100110

Color Harmonies of #2F239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F239D

Black with #2F239D

Text Example


Text Example

White with #2F239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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