Html Css Color HEX #2340AB Persian Blue

📋 copy color: '#2340AB'

red 35 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2340AB

Tints of Persian Blue #2340AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 12.96%
G = 23.7%
B = 63.33%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2340AB (or 0x2340AB) is known color: Persian Blue. HEX triplet: 23, 40 and AB. RGB value is (35,64,171). Sum of RGB (Red+Green+Blue) = 35+64+171=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #2340AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2340AB is #DCBF54. Grayscale: #434343. Windows color (decimal): -14466901 or 11223075. OLE color: 11223075.

HSL color Cylindrical-coordinate representation of color #2340AB: hue angle of 227.21º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2340AB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 64 171 -
CMYK 0.80 0.63 0 0.33
HSL 227.21º 0.66% 0.4% -
HSV(B) 227.21º 0.8% 0.67% -
XYZ 9.88 6.96 39.35 -
YUV 67.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 35 64 171 0.80 0.63 0 0.33 227.21 0.66 0.4
Hex 23 40 AB 50 3F 0 21 E3 42 28
Octal 43 100 253 120 77 0 41 343 102 50
Binary 100011 1000000 10101011 1010000 111111 0 100001 11100011 1000010 101000

Color Harmonies of #2340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340AB

Black with #2340AB

Text Example


Text Example

White with #2340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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