Html Css Color HEX #2B3EBA Persian Blue

📋 copy color: '#2B3EBA'

red 43 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #2B3EBA

Tints of Persian Blue #2B3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 14.78%
G = 21.31%
B = 63.92%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B3EBA (or 0x2B3EBA) is known color: Persian Blue. HEX triplet: 2B, 3E and BA. RGB value is (43,62,186). Sum of RGB (Red+Green+Blue) = 43+62+186=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3EBA is #D4C145. Grayscale: #454545. Windows color (decimal): -13943110 or 12205611. OLE color: 12205611.

HSL color Cylindrical-coordinate representation of color #2B3EBA: hue angle of 232.03º 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 #2B3EBA is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 62 186 -
CMYK 0.77 0.67 0 0.27
HSL 232.03º 0.62% 0.45% -
HSV(B) 232.03º 0.77% 0.73% -
XYZ 11.58 7.5 47.29 -
YUV 70.46 193.21 108.42 -
System Red Green Blue C M Y K H S L
Decimal 43 62 186 0.77 0.67 0 0.27 232.03 0.62 0.45
Hex 2B 3E BA 4D 43 0 1B E8 3E 2D
Octal 53 76 272 115 103 0 33 350 76 55
Binary 101011 111110 10111010 1001101 1000011 0 11011 11101000 111110 101101

Color Harmonies of #2B3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3EBA

Black with #2B3EBA

Text Example


Text Example

White with #2B3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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