Html Css Color HEX #2B25BE Persian Blue

📋 copy color: '#2B25BE'

red 43 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #2B25BE

Tints of Persian Blue #2B25BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 15.93%
G = 13.7%
B = 70.37%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B25BE (or 0x2B25BE) is known color: Persian Blue. HEX triplet: 2B, 25 and BE. RGB value is (43,37,190). Sum of RGB (Red+Green+Blue) = 43+37+190=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B25BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B25BE is #D4DA41. Grayscale: #373737. Windows color (decimal): -13949506 or 12461355. OLE color: 12461355.

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

Color convert

RGB 43 37 190 -
CMYK 0.77 0.81 0 0.25
HSL 242.35º 0.67% 0.45% -
HSV(B) 242.35º 0.81% 0.75% -
XYZ 10.95 5.55 49.21 -
YUV 56.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 43 37 190 0.77 0.81 0 0.25 242.35 0.67 0.45
Hex 2B 25 BE 4D 51 0 19 F2 43 2D
Octal 53 45 276 115 121 0 31 362 103 55
Binary 101011 100101 10111110 1001101 1010001 0 11001 11110010 1000011 101101

Color Harmonies of #2B25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B25BE

Black with #2B25BE

Text Example


Text Example

White with #2B25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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