Html Css Color HEX #2F23AB Persian Blue

📋 copy color: '#2F23AB'

red 47 ◦ green 35 ◦ blue 171

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

Shades of Persian Blue #2F23AB

Tints of Persian Blue #2F23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 18.58%
G = 13.83%
B = 67.59%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F23AB (or 0x2F23AB) is known color: Persian Blue. HEX triplet: 2F, 23 and AB. RGB value is (47,35,171). Sum of RGB (Red+Green+Blue) = 47+35+171=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F23AB is #D0DC54. Grayscale: #353535. Windows color (decimal): -13687893 or 11215663. OLE color: 11215663.

HSL color Cylindrical-coordinate representation of color #2F23AB: hue angle of 245.29º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F23AB is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 35 171 -
CMYK 0.73 0.80 0 0.33
HSL 245.29º 0.66% 0.4% -
HSV(B) 245.29º 0.8% 0.67% -
XYZ 9.12 4.75 38.96 -
YUV 54.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 47 35 171 0.73 0.80 0 0.33 245.29 0.66 0.4
Hex 2F 23 AB 49 50 0 21 F5 42 28
Octal 57 43 253 111 120 0 41 365 102 50
Binary 101111 100011 10101011 1001001 1010000 0 100001 11110101 1000010 101000

Color Harmonies of #2F23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F23AB

Black with #2F23AB

Text Example


Text Example

White with #2F23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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