Html Css Color HEX #2E2FC4 Persian Blue

📋 copy color: '#2E2FC4'

red 46 ◦ green 47 ◦ blue 196

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

Shades of Persian Blue #2E2FC4

Tints of Persian Blue #2E2FC4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 196 (76.95% from 255) = 67.82%

R = 15.92%
G = 16.26%
B = 67.82%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2E2FC4 (or 0x2E2FC4) is known color: Persian Blue. HEX triplet: 2E, 2F and C4. RGB value is (46,47,196). Sum of RGB (Red+Green+Blue) = 46+47+196=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #2E2FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FC4 is #D1D03B. Grayscale: #3F3F3F. Windows color (decimal): -13750332 or 12857134. OLE color: 12857134.

HSL color Cylindrical-coordinate representation of color #2E2FC4: hue angle of 239.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2FC4 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 47 196 -
CMYK 0.77 0.76 0 0.23
HSL 239.6º 0.62% 0.47% -
HSV(B) 239.6º 0.77% 0.77% -
XYZ 12.11 6.6 52.86 -
YUV 63.69 202.67 115.38 -
System Red Green Blue C M Y K H S L
Decimal 46 47 196 0.77 0.76 0 0.23 239.6 0.62 0.47
Hex 2E 2F C4 4D 4C 0 17 F0 3E 2F
Octal 56 57 304 115 114 0 27 360 76 57
Binary 101110 101111 11000100 1001101 1001100 0 10111 11110000 111110 101111

Color Harmonies of #2E2FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FC4

Black with #2E2FC4

Text Example


Text Example

White with #2E2FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,47,196); }

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

background-color css

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

 a { background-color: rgb(46,47,196); }

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

border-color css

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

 span { border-color: rgb(46,47,196); }

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