Html Css Color HEX #2F3FA9 Persian Blue

📋 copy color: '#2F3FA9'

red 47 ◦ green 63 ◦ blue 169

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

Shades of Persian Blue #2F3FA9

Tints of Persian Blue #2F3FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 169 (66.41% from 255) = 60.57%

R = 16.85%
G = 22.58%
B = 60.57%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2F3FA9 (or 0x2F3FA9) is known color: Persian Blue. HEX triplet: 2F, 3F and A9. RGB value is (47,63,169). Sum of RGB (Red+Green+Blue) = 47+63+169=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F3FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3FA9 is #D0C056. Grayscale: #454545. Windows color (decimal): -13680727 or 11091759. OLE color: 11091759.

HSL color Cylindrical-coordinate representation of color #2F3FA9: hue angle of 232.13º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F3FA9 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 63 169 -
CMYK 0.72 0.63 0 0.34
HSL 232.13º 0.56% 0.42% -
HSV(B) 232.13º 0.72% 0.66% -
XYZ 10.11 7.02 38.36 -
YUV 70.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 47 63 169 0.72 0.63 0 0.34 232.13 0.56 0.42
Hex 2F 3F A9 48 3F 0 22 E8 38 2A
Octal 57 77 251 110 77 0 42 350 70 52
Binary 101111 111111 10101001 1001000 111111 0 100010 11101000 111000 101010

Color Harmonies of #2F3FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3FA9

Black with #2F3FA9

Text Example


Text Example

White with #2F3FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,63,169); }

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

background-color css

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

 a { background-color: rgb(47,63,169); }

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

border-color css

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

 span { border-color: rgb(47,63,169); }

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