Html Css Color HEX #2B34BE Persian Blue

📋 copy color: '#2B34BE'

red 43 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #2B34BE

Tints of Persian Blue #2B34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 15.09%
G = 18.25%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B34BE (or 0x2B34BE) is known color: Persian Blue. HEX triplet: 2B, 34 and BE. RGB value is (43,52,190). Sum of RGB (Red+Green+Blue) = 43+52+190=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B34BE is #D4CB41. Grayscale: #404040. Windows color (decimal): -13945666 or 12465195. OLE color: 12465195.

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

Color convert

RGB 43 52 190 -
CMYK 0.77 0.73 0 0.25
HSL 236.33º 0.63% 0.46% -
HSV(B) 236.33º 0.77% 0.75% -
XYZ 11.52 6.69 49.4 -
YUV 65.04 198.52 112.28 -
System Red Green Blue C M Y K H S L
Decimal 43 52 190 0.77 0.73 0 0.25 236.33 0.63 0.46
Hex 2B 34 BE 4D 49 0 19 EC 3F 2E
Octal 53 64 276 115 111 0 31 354 77 56
Binary 101011 110100 10111110 1001101 1001001 0 11001 11101100 111111 101110

Color Harmonies of #2B34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B34BE

Black with #2B34BE

Text Example


Text Example

White with #2B34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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