Html Css Color HEX #2B34AD Persian Blue

📋 copy color: '#2B34AD'

red 43 ◦ green 52 ◦ blue 173

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

Shades of Persian Blue #2B34AD

Tints of Persian Blue #2B34AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 16.04%
G = 19.4%
B = 64.55%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B34AD (or 0x2B34AD) is known color: Persian Blue. HEX triplet: 2B, 34 and AD. RGB value is (43,52,173). Sum of RGB (Red+Green+Blue) = 43+52+173=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B34AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B34AD is #D4CB52. Grayscale: #3E3E3E. Windows color (decimal): -13945683 or 11351083. OLE color: 11351083.

HSL color Cylindrical-coordinate representation of color #2B34AD: hue angle of 235.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B34AD is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 52 173 -
CMYK 0.75 0.70 0 0.32
HSL 235.85º 0.6% 0.42% -
HSV(B) 235.85º 0.75% 0.68% -
XYZ 9.77 5.99 40.18 -
YUV 63.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 43 52 173 0.75 0.70 0 0.32 235.85 0.6 0.42
Hex 2B 34 AD 4B 46 0 20 EC 3C 2A
Octal 53 64 255 113 106 0 40 354 74 52
Binary 101011 110100 10101101 1001011 1000110 0 100000 11101100 111100 101010

Color Harmonies of #2B34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B34AD

Black with #2B34AD

Text Example


Text Example

White with #2B34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,52,173); }

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

background-color css

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

 a { background-color: rgb(43,52,173); }

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

border-color css

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

 span { border-color: rgb(43,52,173); }

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