Html Css Color HEX #2B3BBB Persian Blue

📋 copy color: '#2B3BBB'

red 43 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #2B3BBB

Tints of Persian Blue #2B3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.42%

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

R = 14.88%
G = 20.42%
B = 64.71%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B3BBB (or 0x2B3BBB) is known color: Persian Blue. HEX triplet: 2B, 3B and BB. RGB value is (43,59,187). Sum of RGB (Red+Green+Blue) = 43+59+187=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B3BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BBB is #D4C444. Grayscale: #444444. Windows color (decimal): -13943877 or 12270379. OLE color: 12270379.

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

Color convert

RGB 43 59 187 -
CMYK 0.77 0.68 0 0.27
HSL 233.33º 0.63% 0.45% -
HSV(B) 233.33º 0.77% 0.73% -
XYZ 11.53 7.23 47.8 -
YUV 68.81 194.7 109.59 -
System Red Green Blue C M Y K H S L
Decimal 43 59 187 0.77 0.68 0 0.27 233.33 0.63 0.45
Hex 2B 3B BB 4D 44 0 1B E9 3F 2D
Octal 53 73 273 115 104 0 33 351 77 55
Binary 101011 111011 10111011 1001101 1000100 0 11011 11101001 111111 101101

Color Harmonies of #2B3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3BBB

Black with #2B3BBB

Text Example


Text Example

White with #2B3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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