Html Css Color HEX #2F268F Dark Slate Blue

📋 copy color: '#2F268F'

red 47 ◦ green 38 ◦ blue 143

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

Shades of Dark Slate Blue #2F268F

Tints of Dark Slate Blue #2F268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 20.61%
G = 16.67%
B = 62.72%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F268F (or 0x2F268F) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 8F. RGB value is (47,38,143). Sum of RGB (Red+Green+Blue) = 47+38+143=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F268F is #D0D970. Grayscale: #343434. Windows color (decimal): -13687153 or 9381423. OLE color: 9381423.

HSL color Cylindrical-coordinate representation of color #2F268F: hue angle of 245.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F268F is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 38 143 -
CMYK 0.67 0.73 0 0.44
HSL 245.14º 0.58% 0.35% -
HSV(B) 245.14º 0.73% 0.56% -
XYZ 6.82 3.97 26.39 -
YUV 52.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 47 38 143 0.67 0.73 0 0.44 245.14 0.58 0.35
Hex 2F 26 8F 43 49 0 2C F5 3A 23
Octal 57 46 217 103 111 0 54 365 72 43
Binary 101111 100110 10001111 1000011 1001001 0 101100 11110101 111010 100011

Color Harmonies of #2F268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F268F

Black with #2F268F

Text Example


Text Example

White with #2F268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,38,143); }

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

background-color css

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

 a { background-color: rgb(47,38,143); }

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

border-color css

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

 span { border-color: rgb(47,38,143); }

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