Html Css Color HEX #2F239E Dark Slate Blue

📋 copy color: '#2F239E'

red 47 ◦ green 35 ◦ blue 158

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

Shades of Dark Slate Blue #2F239E

Tints of Dark Slate Blue #2F239E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 19.58%
G = 14.58%
B = 65.83%

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

#2F239E (or 0x2F239E) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and 9E. RGB value is (47,35,158). Sum of RGB (Red+Green+Blue) = 47+35+158=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F239E is #D0DC61. Grayscale: #343434. Windows color (decimal): -13687906 or 10363695. OLE color: 10363695.

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

Color convert

RGB 47 35 158 -
CMYK 0.70 0.78 0 0.38
HSL 245.85º 0.64% 0.38% -
HSV(B) 245.85º 0.78% 0.62% -
XYZ 7.94 4.28 32.75 -
YUV 52.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 47 35 158 0.70 0.78 0 0.38 245.85 0.64 0.38
Hex 2F 23 9E 46 4E 0 26 F6 40 26
Octal 57 43 236 106 116 0 46 366 100 46
Binary 101111 100011 10011110 1000110 1001110 0 100110 11110110 1000000 100110

Color Harmonies of #2F239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F239E

Black with #2F239E

Text Example


Text Example

White with #2F239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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