Html Css Color HEX #2F3AAC Persian Blue

📋 copy color: '#2F3AAC'

red 47 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #2F3AAC

Tints of Persian Blue #2F3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.94%

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

R = 16.97%
G = 20.94%
B = 62.09%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F3AAC (or 0x2F3AAC) is known color: Persian Blue. HEX triplet: 2F, 3A and AC. RGB value is (47,58,172). Sum of RGB (Red+Green+Blue) = 47+58+172=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3AAC is #D0C553. Grayscale: #434343. Windows color (decimal): -13682004 or 11287087. OLE color: 11287087.

HSL color Cylindrical-coordinate representation of color #2F3AAC: hue angle of 234.72º 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 #2F3AAC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 58 172 -
CMYK 0.73 0.66 0 0.33
HSL 234.72º 0.57% 0.43% -
HSV(B) 234.72º 0.73% 0.67% -
XYZ 10.13 6.61 39.77 -
YUV 67.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 47 58 172 0.73 0.66 0 0.33 234.72 0.57 0.43
Hex 2F 3A AC 49 42 0 21 EB 39 2B
Octal 57 72 254 111 102 0 41 353 71 53
Binary 101111 111010 10101100 1001001 1000010 0 100001 11101011 111001 101011

Color Harmonies of #2F3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3AAC

Black with #2F3AAC

Text Example


Text Example

White with #2F3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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