Html Css Color HEX #2F2BAC Persian Blue

📋 copy color: '#2F2BAC'

red 47 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #2F2BAC

Tints of Persian Blue #2F2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.41%

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 17.94%
G = 16.41%
B = 65.65%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F2BAC (or 0x2F2BAC) is known color: Persian Blue. HEX triplet: 2F, 2B and AC. RGB value is (47,43,172). Sum of RGB (Red+Green+Blue) = 47+43+172=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F2BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BAC is #D0D453. Grayscale: #3A3A3A. Windows color (decimal): -13685844 or 11283247. OLE color: 11283247.

HSL color Cylindrical-coordinate representation of color #2F2BAC: hue angle of 241.86º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2BAC is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 43 172 -
CMYK 0.73 0.75 0 0.33
HSL 241.86º 0.6% 0.42% -
HSV(B) 241.86º 0.75% 0.67% -
XYZ 9.48 5.31 39.56 -
YUV 58.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 47 43 172 0.73 0.75 0 0.33 241.86 0.6 0.42
Hex 2F 2B AC 49 4B 0 21 F2 3C 2A
Octal 57 53 254 111 113 0 41 362 74 52
Binary 101111 101011 10101100 1001001 1001011 0 100001 11110010 111100 101010

Color Harmonies of #2F2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2BAC

Black with #2F2BAC

Text Example


Text Example

White with #2F2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,172); }

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

background-color css

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

 a { background-color: rgb(47,43,172); }

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

border-color css

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

 span { border-color: rgb(47,43,172); }

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