Html Css Color HEX #2F249E Dark Slate Blue

📋 copy color: '#2F249E'

red 47 ◦ green 36 ◦ blue 158

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

Shades of Dark Slate Blue #2F249E

Tints of Dark Slate Blue #2F249E

RGB

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

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

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

R = 19.5%
G = 14.94%
B = 65.56%

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

#2F249E (or 0x2F249E) is known color: Dark Slate Blue. HEX triplet: 2F, 24 and 9E. RGB value is (47,36,158). Sum of RGB (Red+Green+Blue) = 47+36+158=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F249E is #D0DB61. Grayscale: #343434. Windows color (decimal): -13687650 or 10363951. OLE color: 10363951.

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

Color convert

RGB 47 36 158 -
CMYK 0.70 0.77 0 0.38
HSL 245.41º 0.63% 0.38% -
HSV(B) 245.41º 0.77% 0.62% -
XYZ 7.97 4.33 32.76 -
YUV 53.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 47 36 158 0.70 0.77 0 0.38 245.41 0.63 0.38
Hex 2F 24 9E 46 4D 0 26 F5 3F 26
Octal 57 44 236 106 115 0 46 365 77 46
Binary 101111 100100 10011110 1000110 1001101 0 100110 11110101 111111 100110

Color Harmonies of #2F249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F249E

Black with #2F249E

Text Example


Text Example

White with #2F249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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