Html Css Color HEX #2235AD Persian Blue

📋 copy color: '#2235AD'

red 34 ◦ green 53 ◦ blue 173

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

Shades of Persian Blue #2235AD

Tints of Persian Blue #2235AD

RGB

 RED value IS 34 (13.67% from 255) = 13.08%

 GREEN value IS 53 (21.09% from 255) = 20.38%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 13.08%
G = 20.38%
B = 66.54%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2235AD (or 0x2235AD) is known color: Persian Blue. HEX triplet: 22, 35 and AD. RGB value is (34,53,173). Sum of RGB (Red+Green+Blue) = 34+53+173=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2235AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2235AD is #DDCA52. Grayscale: #3C3C3C. Windows color (decimal): -14535251 or 11351330. OLE color: 11351330.

HSL color Cylindrical-coordinate representation of color #2235AD: hue angle of 231.8º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2235AD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 53 173 -
CMYK 0.80 0.69 0 0.32
HSL 231.8º 0.67% 0.41% -
HSV(B) 231.8º 0.8% 0.68% -
XYZ 9.48 5.9 40.18 -
YUV 61 191.21 108.74 -
System Red Green Blue C M Y K H S L
Decimal 34 53 173 0.80 0.69 0 0.32 231.8 0.67 0.41
Hex 22 35 AD 50 45 0 20 E8 43 29
Octal 42 65 255 120 105 0 40 350 103 51
Binary 100010 110101 10101101 1010000 1000101 0 100000 11101000 1000011 101001

Color Harmonies of #2235AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2235AD

Black with #2235AD

Text Example


Text Example

White with #2235AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2235AD; }

 p { color: rgb(34,53,173); }

 H1.HeaderClassName
 {
   color: #2235AD;
 }
 .AnyTagClassName
 {
   color: #2235AD;
 }
</style>

background-color css

<style>
 a { background-color: #2235AD; }

 a { background-color: rgb(34,53,173); }

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

border-color css

<style>
 span { border-color: #2235AD; }

 span { border-color: rgb(34,53,173); }

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