Html Css Color HEX #2B41BE Persian Blue

📋 copy color: '#2B41BE'

red 43 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #2B41BE

Tints of Persian Blue #2B41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 14.43%
G = 21.81%
B = 63.76%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B41BE (or 0x2B41BE) is known color: Persian Blue. HEX triplet: 2B, 41 and BE. RGB value is (43,65,190). Sum of RGB (Red+Green+Blue) = 43+65+190=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B41BE is #D4BE41. Grayscale: #484848. Windows color (decimal): -13942338 or 12468523. OLE color: 12468523.

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

Color convert

RGB 43 65 190 -
CMYK 0.77 0.66 0 0.25
HSL 231.02º 0.63% 0.46% -
HSV(B) 231.02º 0.77% 0.75% -
XYZ 12.18 8.01 49.62 -
YUV 72.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 43 65 190 0.77 0.66 0 0.25 231.02 0.63 0.46
Hex 2B 41 BE 4D 42 0 19 E7 3F 2E
Octal 53 101 276 115 102 0 31 347 77 56
Binary 101011 1000001 10111110 1001101 1000010 0 11001 11100111 111111 101110

Color Harmonies of #2B41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B41BE

Black with #2B41BE

Text Example


Text Example

White with #2B41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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