Html Css Color HEX #2E2BCA Persian Blue

📋 copy color: '#2E2BCA'

red 46 ◦ green 43 ◦ blue 202

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

Shades of Persian Blue #2E2BCA

Tints of Persian Blue #2E2BCA

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E2BCA (or 0x2E2BCA) is known color: Persian Blue. HEX triplet: 2E, 2B and CA. RGB value is (46,43,202). Sum of RGB (Red+Green+Blue) = 46+43+202=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 43 (17.19% from 255 or 14.78% 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 #2E2BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BCA is #D1D435. Grayscale: #3D3D3D. Windows color (decimal): -13751350 or 13249326. OLE color: 13249326.

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

Color convert

RGB 46 43 202 -
CMYK 0.77 0.79 0 0.21
HSL 241.13º 0.65% 0.48% -
HSV(B) 241.13º 0.79% 0.79% -
XYZ 12.65 6.57 56.48 -
YUV 62.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 46 43 202 0.77 0.79 0 0.21 241.13 0.65 0.48
Hex 2E 2B CA 4D 4F 0 15 F1 41 30
Octal 56 53 312 115 117 0 25 361 101 60
Binary 101110 101011 11001010 1001101 1001111 0 10101 11110001 1000001 110000

Color Harmonies of #2E2BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2BCA

Black with #2E2BCA

Text Example


Text Example

White with #2E2BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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