Html Css Color HEX #2F239B Dark Slate Blue

📋 copy color: '#2F239B'

red 47 ◦ green 35 ◦ blue 155

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

Shades of Dark Slate Blue #2F239B

Tints of Dark Slate Blue #2F239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 19.83%
G = 14.77%
B = 65.4%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F239B (or 0x2F239B) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and 9B. RGB value is (47,35,155). Sum of RGB (Red+Green+Blue) = 47+35+155=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F239B is #D0DC64. Grayscale: #333333. Windows color (decimal): -13687909 or 10167087. OLE color: 10167087.

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

Color convert

RGB 47 35 155 -
CMYK 0.70 0.77 0 0.39
HSL 246º 0.63% 0.37% -
HSV(B) 246º 0.77% 0.61% -
XYZ 7.69 4.17 31.41 -
YUV 52.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 47 35 155 0.70 0.77 0 0.39 246 0.63 0.37
Hex 2F 23 9B 46 4D 0 27 F6 3F 25
Octal 57 43 233 106 115 0 47 366 77 45
Binary 101111 100011 10011011 1000110 1001101 0 100111 11110110 111111 100101

Color Harmonies of #2F239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F239B

Black with #2F239B

Text Example


Text Example

White with #2F239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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