Html Css Color HEX #2340BE Persian Blue

📋 copy color: '#2340BE'

red 35 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #2340BE

Tints of Persian Blue #2340BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 12.11%
G = 22.15%
B = 65.74%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2340BE (or 0x2340BE) is known color: Persian Blue. HEX triplet: 23, 40 and BE. RGB value is (35,64,190). Sum of RGB (Red+Green+Blue) = 35+64+190=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #2340BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340BE is #DCBF41. Grayscale: #454545. Windows color (decimal): -14466882 or 12468259. OLE color: 12468259.

HSL color Cylindrical-coordinate representation of color #2340BE: hue angle of 228.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2340BE is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 64 190 -
CMYK 0.82 0.66 0 0.25
HSL 228.77º 0.69% 0.44% -
HSV(B) 228.77º 0.82% 0.75% -
XYZ 11.82 7.74 49.59 -
YUV 69.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 35 64 190 0.82 0.66 0 0.25 228.77 0.69 0.44
Hex 23 40 BE 52 42 0 19 E5 45 2C
Octal 43 100 276 122 102 0 31 345 105 54
Binary 100011 1000000 10111110 1010010 1000010 0 11001 11100101 1000101 101100

Color Harmonies of #2340BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340BE

Black with #2340BE

Text Example


Text Example

White with #2340BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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