Html Css Color HEX #2F23A0 Dark Slate Blue

📋 copy color: '#2F23A0'

red 47 ◦ green 35 ◦ blue 160

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

Shades of Dark Slate Blue #2F23A0

Tints of Dark Slate Blue #2F23A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 66.12%

R = 19.42%
G = 14.46%
B = 66.12%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2F23A0 (or 0x2F23A0) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and A0. RGB value is (47,35,160). Sum of RGB (Red+Green+Blue) = 47+35+160=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #2F23A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F23A0 is #D0DC5F. Grayscale: #343434. Windows color (decimal): -13687904 or 10494767. OLE color: 10494767.

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

Color convert

RGB 47 35 160 -
CMYK 0.71 0.78 0 0.37
HSL 245.76º 0.64% 0.38% -
HSV(B) 245.76º 0.78% 0.63% -
XYZ 8.12 4.34 33.67 -
YUV 52.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 47 35 160 0.71 0.78 0 0.37 245.76 0.64 0.38
Hex 2F 23 A0 47 4E 0 25 F6 40 26
Octal 57 43 240 107 116 0 45 366 100 46
Binary 101111 100011 10100000 1000111 1001110 0 100101 11110110 1000000 100110

Color Harmonies of #2F23A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F23A0

Black with #2F23A0

Text Example


Text Example

White with #2F23A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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