Html Css Color HEX #2E3DCF Persian Blue

📋 copy color: '#2E3DCF'

red 46 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #2E3DCF

Tints of Persian Blue #2E3DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 14.65%
G = 19.43%
B = 65.92%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E3DCF (or 0x2E3DCF) is known color: Persian Blue. HEX triplet: 2E, 3D and CF. RGB value is (46,61,207). Sum of RGB (Red+Green+Blue) = 46+61+207=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E3DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DCF is #D1C230. Grayscale: #484848. Windows color (decimal): -13746737 or 13581614. OLE color: 13581614.

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

Color convert

RGB 46 61 207 -
CMYK 0.78 0.71 0 0.19
HSL 234.41º 0.64% 0.5% -
HSV(B) 234.41º 0.78% 0.81% -
XYZ 14.06 8.42 59.92 -
YUV 73.16 203.53 108.63 -
System Red Green Blue C M Y K H S L
Decimal 46 61 207 0.78 0.71 0 0.19 234.41 0.64 0.5
Hex 2E 3D CF 4E 47 0 13 EA 40 32
Octal 56 75 317 116 107 0 23 352 100 62
Binary 101110 111101 11001111 1001110 1000111 0 10011 11101010 1000000 110010

Color Harmonies of #2E3DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3DCF

Black with #2E3DCF

Text Example


Text Example

White with #2E3DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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