Html Css Color HEX #2F3BBF Persian Blue

📋 copy color: '#2F3BBF'

red 47 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #2F3BBF

Tints of Persian Blue #2F3BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

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

R = 15.82%
G = 19.87%
B = 64.31%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F3BBF (or 0x2F3BBF) is known color: Persian Blue. HEX triplet: 2F, 3B and BF. RGB value is (47,59,191). Sum of RGB (Red+Green+Blue) = 47+59+191=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3BBF is #D0C440. Grayscale: #454545. Windows color (decimal): -13681729 or 12532527. OLE color: 12532527.

HSL color Cylindrical-coordinate representation of color #2F3BBF: hue angle of 235º 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 #2F3BBF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 59 191 -
CMYK 0.75 0.69 0 0.25
HSL 235º 0.61% 0.47% -
HSV(B) 235º 0.75% 0.75% -
XYZ 12.14 7.49 50.1 -
YUV 70.46 196.02 111.27 -
System Red Green Blue C M Y K H S L
Decimal 47 59 191 0.75 0.69 0 0.25 235 0.61 0.47
Hex 2F 3B BF 4B 45 0 19 EB 3D 2F
Octal 57 73 277 113 105 0 31 353 75 57
Binary 101111 111011 10111111 1001011 1000101 0 11001 11101011 111101 101111

Color Harmonies of #2F3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3BBF

Black with #2F3BBF

Text Example


Text Example

White with #2F3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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