Html Css Color HEX #2F249D Dark Slate Blue

📋 copy color: '#2F249D'

red 47 ◦ green 36 ◦ blue 157

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

Shades of Dark Slate Blue #2F249D

Tints of Dark Slate Blue #2F249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 19.58%
G = 15%
B = 65.42%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F249D (or 0x2F249D) is known color: Dark Slate Blue. HEX triplet: 2F, 24 and 9D. RGB value is (47,36,157). Sum of RGB (Red+Green+Blue) = 47+36+157=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F249D is #D0DB62. Grayscale: #343434. Windows color (decimal): -13687651 or 10298415. OLE color: 10298415.

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

Color convert

RGB 47 36 157 -
CMYK 0.70 0.77 0 0.38
HSL 245.45º 0.63% 0.38% -
HSV(B) 245.45º 0.77% 0.62% -
XYZ 7.89 4.3 32.31 -
YUV 53.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 47 36 157 0.70 0.77 0 0.38 245.45 0.63 0.38
Hex 2F 24 9D 46 4D 0 26 F5 3F 26
Octal 57 44 235 106 115 0 46 365 77 46
Binary 101111 100100 10011101 1000110 1001101 0 100110 11110101 111111 100110

Color Harmonies of #2F249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F249D

Black with #2F249D

Text Example


Text Example

White with #2F249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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