Html Css Color HEX #2340E9 Persian Blue

📋 copy color: '#2340E9'

red 35 ◦ green 64 ◦ blue 233

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

Shades of Persian Blue #2340E9

Tints of Persian Blue #2340E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 70.18%

R = 10.54%
G = 19.28%
B = 70.18%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2340E9 (or 0x2340E9) is known color: Persian Blue. HEX triplet: 23, 40 and E9. RGB value is (35,64,233). Sum of RGB (Red+Green+Blue) = 35+64+233=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 233 (91.41% from 255 or 70.18% from 332); Max value from RGB is 233 - color contains mainly: blue. Hex color #2340E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2340E9 is #DCBF16. Grayscale: #494949. Windows color (decimal): -14466839 or 15286307. OLE color: 15286307.

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

Color convert

RGB 35 64 233 -
CMYK 0.85 0.73 0 0.09
HSL 231.21º 0.82% 0.53% -
HSV(B) 231.21º 0.85% 0.91% -
XYZ 17.23 9.91 78.09 -
YUV 74.6 217.39 99.76 -
System Red Green Blue C M Y K H S L
Decimal 35 64 233 0.85 0.73 0 0.09 231.21 0.82 0.53
Hex 23 40 E9 55 49 0 9 E7 52 35
Octal 43 100 351 125 111 0 11 347 122 65
Binary 100011 1000000 11101001 1010101 1001001 0 1001 11100111 1010010 110101

Color Harmonies of #2340E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340E9

Black with #2340E9

Text Example


Text Example

White with #2340E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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