Html Css Color HEX #2B2ECA Persian Blue

📋 copy color: '#2B2ECA'

red 43 ◦ green 46 ◦ blue 202

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

Shades of Persian Blue #2B2ECA

Tints of Persian Blue #2B2ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.42%

R = 14.78%
G = 15.81%
B = 69.42%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B2ECA (or 0x2B2ECA) is known color: Persian Blue. HEX triplet: 2B, 2E and CA. RGB value is (43,46,202). Sum of RGB (Red+Green+Blue) = 43+46+202=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B2ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2ECA is #D4D135. Grayscale: #3E3E3E. Windows color (decimal): -13947190 or 13250091. OLE color: 13250091.

HSL color Cylindrical-coordinate representation of color #2B2ECA: hue angle of 238.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B2ECA is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 46 202 -
CMYK 0.79 0.77 0 0.21
HSL 238.87º 0.65% 0.48% -
HSV(B) 238.87º 0.79% 0.79% -
XYZ 12.63 6.73 56.51 -
YUV 62.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 43 46 202 0.79 0.77 0 0.21 238.87 0.65 0.48
Hex 2B 2E CA 4F 4D 0 15 EF 41 30
Octal 53 56 312 117 115 0 25 357 101 60
Binary 101011 101110 11001010 1001111 1001101 0 10101 11101111 1000001 110000

Color Harmonies of #2B2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2ECA

Black with #2B2ECA

Text Example


Text Example

White with #2B2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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