Html Css Color HEX #2F239C Dark Slate Blue

📋 copy color: '#2F239C'

red 47 ◦ green 35 ◦ blue 156

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

Shades of Dark Slate Blue #2F239C

Tints of Dark Slate Blue #2F239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 19.75%
G = 14.71%
B = 65.55%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F239C (or 0x2F239C) is known color: Dark Slate Blue. HEX triplet: 2F, 23 and 9C. RGB value is (47,35,156). Sum of RGB (Red+Green+Blue) = 47+35+156=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F239C is #D0DC63. Grayscale: #333333. Windows color (decimal): -13687908 or 10232623. OLE color: 10232623.

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

Color convert

RGB 47 35 156 -
CMYK 0.70 0.78 0 0.39
HSL 245.95º 0.63% 0.37% -
HSV(B) 245.95º 0.78% 0.61% -
XYZ 7.77 4.21 31.85 -
YUV 52.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 47 35 156 0.70 0.78 0 0.39 245.95 0.63 0.37
Hex 2F 23 9C 46 4E 0 27 F6 3F 25
Octal 57 43 234 106 116 0 47 366 77 45
Binary 101111 100011 10011100 1000110 1001110 0 100111 11110110 111111 100101

Color Harmonies of #2F239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F239C

Black with #2F239C

Text Example


Text Example

White with #2F239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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