Html Css Color HEX #2E3BCB Persian Blue

📋 copy color: '#2E3BCB'

red 46 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #2E3BCB

Tints of Persian Blue #2E3BCB

RGB

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

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

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

R = 14.94%
G = 19.16%
B = 65.91%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E3BCB (or 0x2E3BCB) is known color: Persian Blue. HEX triplet: 2E, 3B and CB. RGB value is (46,59,203). Sum of RGB (Red+Green+Blue) = 46+59+203=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E3BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BCB is #D1C434. Grayscale: #464646. Windows color (decimal): -13747253 or 13318958. OLE color: 13318958.

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

Color convert

RGB 46 59 203 -
CMYK 0.77 0.71 0 0.20
HSL 235.03º 0.63% 0.49% -
HSV(B) 235.03º 0.77% 0.8% -
XYZ 13.47 8.02 57.34 -
YUV 71.53 202.19 109.79 -
System Red Green Blue C M Y K H S L
Decimal 46 59 203 0.77 0.71 0 0.20 235.03 0.63 0.49
Hex 2E 3B CB 4D 47 0 14 EB 3F 31
Octal 56 73 313 115 107 0 24 353 77 61
Binary 101110 111011 11001011 1001101 1000111 0 10100 11101011 111111 110001

Color Harmonies of #2E3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BCB

Black with #2E3BCB

Text Example


Text Example

White with #2E3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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