Html Css Color HEX #2E32CB Persian Blue

📋 copy color: '#2E32CB'

red 46 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #2E32CB

Tints of Persian Blue #2E32CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 15.38%
G = 16.72%
B = 67.89%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E32CB (or 0x2E32CB) is known color: Persian Blue. HEX triplet: 2E, 32 and CB. RGB value is (46,50,203). Sum of RGB (Red+Green+Blue) = 46+50+203=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E32CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E32CB is #D1CD34. Grayscale: #414141. Windows color (decimal): -13749557 or 13316654. OLE color: 13316654.

HSL color Cylindrical-coordinate representation of color #2E32CB: hue angle of 238.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E32CB is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 50 203 -
CMYK 0.77 0.75 0 0.20
HSL 238.47º 0.63% 0.49% -
HSV(B) 238.47º 0.77% 0.8% -
XYZ 13.05 7.17 57.2 -
YUV 66.25 205.17 113.56 -
System Red Green Blue C M Y K H S L
Decimal 46 50 203 0.77 0.75 0 0.20 238.47 0.63 0.49
Hex 2E 32 CB 4D 4B 0 14 EE 3F 31
Octal 56 62 313 115 113 0 24 356 77 61
Binary 101110 110010 11001011 1001101 1001011 0 10100 11101110 111111 110001

Color Harmonies of #2E32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E32CB

Black with #2E32CB

Text Example


Text Example

White with #2E32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,203); }

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

background-color css

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

 a { background-color: rgb(46,50,203); }

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

border-color css

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

 span { border-color: rgb(46,50,203); }

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