Html Css Color HEX #2B2EBC Persian Blue

📋 copy color: '#2B2EBC'

red 43 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #2B2EBC

Tints of Persian Blue #2B2EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 15.52%
G = 16.61%
B = 67.87%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B2EBC (or 0x2B2EBC) is known color: Persian Blue. HEX triplet: 2B, 2E and BC. RGB value is (43,46,188). Sum of RGB (Red+Green+Blue) = 43+46+188=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2EBC is #D4D143. Grayscale: #3C3C3C. Windows color (decimal): -13947204 or 12332587. OLE color: 12332587.

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

Color convert

RGB 43 46 188 -
CMYK 0.77 0.76 0 0.26
HSL 238.76º 0.63% 0.45% -
HSV(B) 238.76º 0.77% 0.74% -
XYZ 11.05 6.1 48.17 -
YUV 61.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 43 46 188 0.77 0.76 0 0.26 238.76 0.63 0.45
Hex 2B 2E BC 4D 4C 0 1A EF 3F 2D
Octal 53 56 274 115 114 0 32 357 77 55
Binary 101011 101110 10111100 1001101 1001100 0 11010 11101111 111111 101101

Color Harmonies of #2B2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2EBC

Black with #2B2EBC

Text Example


Text Example

White with #2B2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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