Html Css Color HEX #2B33BE Persian Blue

📋 copy color: '#2B33BE'

red 43 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #2B33BE

Tints of Persian Blue #2B33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 15.14%
G = 17.96%
B = 66.9%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B33BE (or 0x2B33BE) is known color: Persian Blue. HEX triplet: 2B, 33 and BE. RGB value is (43,51,190). Sum of RGB (Red+Green+Blue) = 43+51+190=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B33BE is #D4CC41. Grayscale: #3F3F3F. Windows color (decimal): -13945922 or 12464939. OLE color: 12464939.

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

Color convert

RGB 43 51 190 -
CMYK 0.77 0.73 0 0.25
HSL 236.73º 0.63% 0.46% -
HSV(B) 236.73º 0.77% 0.75% -
XYZ 11.47 6.6 49.38 -
YUV 64.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 43 51 190 0.77 0.73 0 0.25 236.73 0.63 0.46
Hex 2B 33 BE 4D 49 0 19 ED 3F 2E
Octal 53 63 276 115 111 0 31 355 77 56
Binary 101011 110011 10111110 1001101 1001001 0 11001 11101101 111111 101110

Color Harmonies of #2B33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B33BE

Black with #2B33BE

Text Example


Text Example

White with #2B33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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