Html Css Color HEX #2F33AC Persian Blue

📋 copy color: '#2F33AC'

red 47 ◦ green 51 ◦ blue 172

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

Shades of Persian Blue #2F33AC

Tints of Persian Blue #2F33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 17.41%
G = 18.89%
B = 63.7%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F33AC (or 0x2F33AC) is known color: Persian Blue. HEX triplet: 2F, 33 and AC. RGB value is (47,51,172). Sum of RGB (Red+Green+Blue) = 47+51+172=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F33AC is #D0CC53. Grayscale: #3F3F3F. Windows color (decimal): -13683796 or 11285295. OLE color: 11285295.

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

Color convert

RGB 47 51 172 -
CMYK 0.73 0.70 0 0.33
HSL 238.08º 0.57% 0.43% -
HSV(B) 238.08º 0.73% 0.67% -
XYZ 9.8 5.95 39.66 -
YUV 63.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 47 51 172 0.73 0.70 0 0.33 238.08 0.57 0.43
Hex 2F 33 AC 49 46 0 21 EE 39 2B
Octal 57 63 254 111 106 0 41 356 71 53
Binary 101111 110011 10101100 1001001 1000110 0 100001 11101110 111001 101011

Color Harmonies of #2F33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F33AC

Black with #2F33AC

Text Example


Text Example

White with #2F33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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