Html Css Color HEX #2E3FCF Persian Blue

📋 copy color: '#2E3FCF'

red 46 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #2E3FCF

Tints of Persian Blue #2E3FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 14.56%
G = 19.94%
B = 65.51%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E3FCF (or 0x2E3FCF) is known color: Persian Blue. HEX triplet: 2E, 3F and CF. RGB value is (46,63,207). Sum of RGB (Red+Green+Blue) = 46+63+207=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E3FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FCF is #D1C030. Grayscale: #494949. Windows color (decimal): -13746225 or 13582126. OLE color: 13582126.

HSL color Cylindrical-coordinate representation of color #2E3FCF: hue angle of 233.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E3FCF is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 63 207 -
CMYK 0.78 0.70 0 0.19
HSL 233.66º 0.64% 0.5% -
HSV(B) 233.66º 0.78% 0.81% -
XYZ 14.17 8.64 59.95 -
YUV 74.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 46 63 207 0.78 0.70 0 0.19 233.66 0.64 0.5
Hex 2E 3F CF 4E 46 0 13 EA 40 32
Octal 56 77 317 116 106 0 23 352 100 62
Binary 101110 111111 11001111 1001110 1000110 0 10011 11101010 1000000 110010

Color Harmonies of #2E3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FCF

Black with #2E3FCF

Text Example


Text Example

White with #2E3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,207); }

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

background-color css

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

 a { background-color: rgb(46,63,207); }

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

border-color css

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

 span { border-color: rgb(46,63,207); }

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