Html Css Color HEX #2B2EBD Persian Blue

📋 copy color: '#2B2EBD'

red 43 ◦ green 46 ◦ blue 189

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

Shades of Persian Blue #2B2EBD

Tints of Persian Blue #2B2EBD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 15.47%
G = 16.55%
B = 67.99%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B2EBD (or 0x2B2EBD) is known color: Persian Blue. HEX triplet: 2B, 2E and BD. RGB value is (43,46,189). Sum of RGB (Red+Green+Blue) = 43+46+189=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B2EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EBD is #D4D142. Grayscale: #3C3C3C. Windows color (decimal): -13947203 or 12398123. OLE color: 12398123.

HSL color Cylindrical-coordinate representation of color #2B2EBD: hue angle of 238.77º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B2EBD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 46 189 -
CMYK 0.77 0.76 0 0.26
HSL 238.77º 0.63% 0.45% -
HSV(B) 238.77º 0.77% 0.74% -
XYZ 11.16 6.14 48.74 -
YUV 61.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 43 46 189 0.77 0.76 0 0.26 238.77 0.63 0.45
Hex 2B 2E BD 4D 4C 0 1A EF 3F 2D
Octal 53 56 275 115 114 0 32 357 77 55
Binary 101011 101110 10111101 1001101 1001100 0 11010 11101111 111111 101101

Color Harmonies of #2B2EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2EBD

Black with #2B2EBD

Text Example


Text Example

White with #2B2EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,46,189); }

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

background-color css

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

 a { background-color: rgb(43,46,189); }

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

border-color css

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

 span { border-color: rgb(43,46,189); }

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