Html Css Color HEX #2B2BBE Persian Blue

📋 copy color: '#2B2BBE'

red 43 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #2B2BBE

Tints of Persian Blue #2B2BBE

RGB

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

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

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

R = 15.58%
G = 15.58%
B = 68.84%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B2BBE (or 0x2B2BBE) is known color: Persian Blue. HEX triplet: 2B, 2B and BE. RGB value is (43,43,190). Sum of RGB (Red+Green+Blue) = 43+43+190=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B2BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2BBE is #D4D441. Grayscale: #3B3B3B. Windows color (decimal): -13947970 or 12462891. OLE color: 12462891.

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

Color convert

RGB 43 43 190 -
CMYK 0.77 0.77 0 0.25
HSL 240º 0.63% 0.46% -
HSV(B) 240º 0.77% 0.75% -
XYZ 11.15 5.96 49.28 -
YUV 59.76 201.5 116.05 -
System Red Green Blue C M Y K H S L
Decimal 43 43 190 0.77 0.77 0 0.25 240 0.63 0.46
Hex 2B 2B BE 4D 4D 0 19 F0 3F 2E
Octal 53 53 276 115 115 0 31 360 77 56
Binary 101011 101011 10111110 1001101 1001101 0 11001 11110000 111111 101110

Color Harmonies of #2B2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2BBE

Black with #2B2BBE

Text Example


Text Example

White with #2B2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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