Html Css Color HEX #2340EA Persian Blue

📋 copy color: '#2340EA'

red 35 ◦ green 64 ◦ blue 234

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

Shades of Persian Blue #2340EA

Tints of Persian Blue #2340EA

RGB

 RED value IS 35 (14.06% from 255) = 10.51%

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 10.51%
G = 19.22%
B = 70.27%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2340EA (or 0x2340EA) is known color: Persian Blue. HEX triplet: 23, 40 and EA. RGB value is (35,64,234). Sum of RGB (Red+Green+Blue) = 35+64+234=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #2340EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2340EA is #DCBF15. Grayscale: #4A4A4A. Windows color (decimal): -14466838 or 15351843. OLE color: 15351843.

HSL color Cylindrical-coordinate representation of color #2340EA: hue angle of 231.26º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2340EA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 64 234 -
CMYK 0.85 0.73 0 0.08
HSL 231.26º 0.83% 0.53% -
HSV(B) 231.26º 0.85% 0.92% -
XYZ 17.38 9.96 78.85 -
YUV 74.71 217.89 99.68 -
System Red Green Blue C M Y K H S L
Decimal 35 64 234 0.85 0.73 0 0.08 231.26 0.83 0.53
Hex 23 40 EA 55 49 0 8 E7 53 35
Octal 43 100 352 125 111 0 10 347 123 65
Binary 100011 1000000 11101010 1010101 1001001 0 1000 11100111 1010011 110101

Color Harmonies of #2340EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340EA

Black with #2340EA

Text Example


Text Example

White with #2340EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2340EA; }

 p { color: rgb(35,64,234); }

 H1.HeaderClassName
 {
   color: #2340EA;
 }
 .AnyTagClassName
 {
   color: #2340EA;
 }
</style>

background-color css

<style>
 a { background-color: #2340EA; }

 a { background-color: rgb(35,64,234); }

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

border-color css

<style>
 span { border-color: #2340EA; }

 span { border-color: rgb(35,64,234); }

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