Html Css Color HEX #2B2FBA Persian Blue

📋 copy color: '#2B2FBA'

red 43 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #2B2FBA

Tints of Persian Blue #2B2FBA

RGB

 RED value IS 43 (17.19% from 255) = 15.58%

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 15.58%
G = 17.03%
B = 67.39%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B2FBA (or 0x2B2FBA) is known color: Persian Blue. HEX triplet: 2B, 2F and BA. RGB value is (43,47,186). Sum of RGB (Red+Green+Blue) = 43+47+186=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B2FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2FBA is #D4D045. Grayscale: #3D3D3D. Windows color (decimal): -13946950 or 12201771. OLE color: 12201771.

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

Color convert

RGB 43 47 186 -
CMYK 0.77 0.75 0 0.27
HSL 238.32º 0.62% 0.45% -
HSV(B) 238.32º 0.77% 0.73% -
XYZ 10.88 6.09 47.06 -
YUV 61.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 43 47 186 0.77 0.75 0 0.27 238.32 0.62 0.45
Hex 2B 2F BA 4D 4B 0 1B EE 3E 2D
Octal 53 57 272 115 113 0 33 356 76 55
Binary 101011 101111 10111010 1001101 1001011 0 11011 11101110 111110 101101

Color Harmonies of #2B2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2FBA

Black with #2B2FBA

Text Example


Text Example

White with #2B2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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