Html Css Color HEX #2F40BF Persian Blue

📋 copy color: '#2F40BF'

red 47 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #2F40BF

Tints of Persian Blue #2F40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 15.56%
G = 21.19%
B = 63.25%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F40BF (or 0x2F40BF) is known color: Persian Blue. HEX triplet: 2F, 40 and BF. RGB value is (47,64,191). Sum of RGB (Red+Green+Blue) = 47+64+191=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40BF is #D0BF40. Grayscale: #484848. Windows color (decimal): -13680449 or 12533807. OLE color: 12533807.

HSL color Cylindrical-coordinate representation of color #2F40BF: hue angle of 232.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F40BF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 64 191 -
CMYK 0.75 0.66 0 0.25
HSL 232.92º 0.61% 0.47% -
HSV(B) 232.92º 0.75% 0.75% -
XYZ 12.41 8.03 50.19 -
YUV 73.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 47 64 191 0.75 0.66 0 0.25 232.92 0.61 0.47
Hex 2F 40 BF 4B 42 0 19 E9 3D 2F
Octal 57 100 277 113 102 0 31 351 75 57
Binary 101111 1000000 10111111 1001011 1000010 0 11001 11101001 111101 101111

Color Harmonies of #2F40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F40BF

Black with #2F40BF

Text Example


Text Example

White with #2F40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,191); }

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

background-color css

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

 a { background-color: rgb(47,64,191); }

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

border-color css

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

 span { border-color: rgb(47,64,191); }

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