Html Css Color HEX #2F34BA Persian Blue

📋 copy color: '#2F34BA'

red 47 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #2F34BA

Tints of Persian Blue #2F34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 16.49%
G = 18.25%
B = 65.26%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F34BA (or 0x2F34BA) is known color: Persian Blue. HEX triplet: 2F, 34 and BA. RGB value is (47,52,186). Sum of RGB (Red+Green+Blue) = 47+52+186=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34BA is #D0CB45. Grayscale: #414141. Windows color (decimal): -13683526 or 12203055. OLE color: 12203055.

HSL color Cylindrical-coordinate representation of color #2F34BA: hue angle of 237.84º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F34BA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 52 186 -
CMYK 0.75 0.72 0 0.27
HSL 237.84º 0.6% 0.46% -
HSV(B) 237.84º 0.75% 0.73% -
XYZ 11.26 6.61 47.14 -
YUV 65.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 47 52 186 0.75 0.72 0 0.27 237.84 0.6 0.46
Hex 2F 34 BA 4B 48 0 1B EE 3C 2E
Octal 57 64 272 113 110 0 33 356 74 56
Binary 101111 110100 10111010 1001011 1001000 0 11011 11101110 111100 101110

Color Harmonies of #2F34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F34BA

Black with #2F34BA

Text Example


Text Example

White with #2F34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,186); }

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

background-color css

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

 a { background-color: rgb(47,52,186); }

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

border-color css

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

 span { border-color: rgb(47,52,186); }

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