Html Css Color HEX #2341AA Persian Blue

📋 copy color: '#2341AA'

red 35 ◦ green 65 ◦ blue 170

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

Shades of Persian Blue #2341AA

Tints of Persian Blue #2341AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 12.96%
G = 24.07%
B = 62.96%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2341AA (or 0x2341AA) is known color: Persian Blue. HEX triplet: 23, 41 and AA. RGB value is (35,65,170). Sum of RGB (Red+Green+Blue) = 35+65+170=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #2341AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2341AA is #DCBE55. Grayscale: #434343. Windows color (decimal): -14466646 or 11157795. OLE color: 11157795.

HSL color Cylindrical-coordinate representation of color #2341AA: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2341AA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 65 170 -
CMYK 0.79 0.62 0 0.33
HSL 226.67º 0.66% 0.4% -
HSV(B) 226.67º 0.79% 0.67% -
XYZ 9.84 7.04 38.87 -
YUV 68 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 35 65 170 0.79 0.62 0 0.33 226.67 0.66 0.4
Hex 23 41 AA 4F 3E 0 21 E3 42 28
Octal 43 101 252 117 76 0 41 343 102 50
Binary 100011 1000001 10101010 1001111 111110 0 100001 11100011 1000010 101000

Color Harmonies of #2341AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341AA

Black with #2341AA

Text Example


Text Example

White with #2341AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2341AA; }

 p { color: rgb(35,65,170); }

 H1.HeaderClassName
 {
   color: #2341AA;
 }
 .AnyTagClassName
 {
   color: #2341AA;
 }
</style>

background-color css

<style>
 a { background-color: #2341AA; }

 a { background-color: rgb(35,65,170); }

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

border-color css

<style>
 span { border-color: #2341AA; }

 span { border-color: rgb(35,65,170); }

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