Html Css Color HEX #2B2DE1 Persian Blue

📋 copy color: '#2B2DE1'

red 43 ◦ green 45 ◦ blue 225

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

Shades of Persian Blue #2B2DE1

Tints of Persian Blue #2B2DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

 BLUE value IS 225 (88.28% from 255) = 71.88%

R = 13.74%
G = 14.38%
B = 71.88%

CMYK

 C value IS 0.81

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2B2DE1 (or 0x2B2DE1) is known color: Persian Blue. HEX triplet: 2B, 2D and E1. RGB value is (43,45,225). Sum of RGB (Red+Green+Blue) = 43+45+225=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B2DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2DE1 is #D4D21E. Grayscale: #404040. Windows color (decimal): -13947423 or 14757163. OLE color: 14757163.

HSL color Cylindrical-coordinate representation of color #2B2DE1: hue angle of 239.34º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B2DE1 is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 45 225 -
CMYK 0.81 0.8 0 0.12
HSL 239.34º 0.75% 0.53% -
HSV(B) 239.34º 0.81% 0.88% -
XYZ 15.53 7.83 71.93 -
YUV 64.92 218.34 112.36 -
System Red Green Blue C M Y K H S L
Decimal 43 45 225 0.81 0.8 0 0.12 239.34 0.75 0.53
Hex 2B 2D E1 51 50 0 C EF 4B 35
Octal 53 55 341 121 120 0 14 357 113 65
Binary 101011 101101 11100001 1010001 1010000 0 1100 11101111 1001011 110101

Color Harmonies of #2B2DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2DE1

Black with #2B2DE1

Text Example


Text Example

White with #2B2DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,45,225); }

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

background-color css

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

 a { background-color: rgb(43,45,225); }

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

border-color css

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

 span { border-color: rgb(43,45,225); }

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