Html Css Color HEX #2B2EBB Persian Blue

📋 copy color: '#2B2EBB'

red 43 ◦ green 46 ◦ blue 187

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

Shades of Persian Blue #2B2EBB

Tints of Persian Blue #2B2EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 15.58%
G = 16.67%
B = 67.75%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B2EBB (or 0x2B2EBB) is known color: Persian Blue. HEX triplet: 2B, 2E and BB. RGB value is (43,46,187). Sum of RGB (Red+Green+Blue) = 43+46+187=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B2EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EBB is #D4D144. Grayscale: #3C3C3C. Windows color (decimal): -13947205 or 12267051. OLE color: 12267051.

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

Color convert

RGB 43 46 187 -
CMYK 0.77 0.75 0 0.27
HSL 238.75º 0.63% 0.45% -
HSV(B) 238.75º 0.77% 0.73% -
XYZ 10.94 6.06 47.61 -
YUV 61.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 43 46 187 0.77 0.75 0 0.27 238.75 0.63 0.45
Hex 2B 2E BB 4D 4B 0 1B EF 3F 2D
Octal 53 56 273 115 113 0 33 357 77 55
Binary 101011 101110 10111011 1001101 1001011 0 11011 11101111 111111 101101

Color Harmonies of #2B2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2EBB

Black with #2B2EBB

Text Example


Text Example

White with #2B2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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