Html Css Color HEX #2B37BF Persian Blue

📋 copy color: '#2B37BF'

red 43 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #2B37BF

Tints of Persian Blue #2B37BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 191 (75% from 255) = 66.09%

R = 14.88%
G = 19.03%
B = 66.09%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B37BF (or 0x2B37BF) is known color: Persian Blue. HEX triplet: 2B, 37 and BF. RGB value is (43,55,191). Sum of RGB (Red+Green+Blue) = 43+55+191=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B37BF is #D4C840. Grayscale: #424242. Windows color (decimal): -13944897 or 12531499. OLE color: 12531499.

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

Color convert

RGB 43 55 191 -
CMYK 0.77 0.71 0 0.25
HSL 235.14º 0.63% 0.46% -
HSV(B) 235.14º 0.77% 0.75% -
XYZ 11.77 7.01 50.02 -
YUV 66.92 198.02 110.94 -
System Red Green Blue C M Y K H S L
Decimal 43 55 191 0.77 0.71 0 0.25 235.14 0.63 0.46
Hex 2B 37 BF 4D 47 0 19 EB 3F 2E
Octal 53 67 277 115 107 0 31 353 77 56
Binary 101011 110111 10111111 1001101 1000111 0 11001 11101011 111111 101110

Color Harmonies of #2B37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B37BF

Black with #2B37BF

Text Example


Text Example

White with #2B37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,191); }

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

background-color css

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

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

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

border-color css

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

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

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