Html Css Color HEX #2340BA Persian Blue

📋 copy color: '#2340BA'

red 35 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #2340BA

Tints of Persian Blue #2340BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 12.28%
G = 22.46%
B = 65.26%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2340BA (or 0x2340BA) is known color: Persian Blue. HEX triplet: 23, 40 and BA. RGB value is (35,64,186). Sum of RGB (Red+Green+Blue) = 35+64+186=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #2340BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340BA is #DCBF45. Grayscale: #444444. Windows color (decimal): -14466886 or 12206115. OLE color: 12206115.

HSL color Cylindrical-coordinate representation of color #2340BA: hue angle of 228.48º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2340BA is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 64 186 -
CMYK 0.81 0.66 0 0.27
HSL 228.48º 0.68% 0.43% -
HSV(B) 228.48º 0.81% 0.73% -
XYZ 11.39 7.57 47.32 -
YUV 69.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 35 64 186 0.81 0.66 0 0.27 228.48 0.68 0.43
Hex 23 40 BA 51 42 0 1B E4 44 2B
Octal 43 100 272 121 102 0 33 344 104 53
Binary 100011 1000000 10111010 1010001 1000010 0 11011 11100100 1000100 101011

Color Harmonies of #2340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340BA

Black with #2340BA

Text Example


Text Example

White with #2340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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