Html Css Color HEX #2235ED Persian Blue

📋 copy color: '#2235ED'

red 34 ◦ green 53 ◦ blue 237

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

Shades of Persian Blue #2235ED

Tints of Persian Blue #2235ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.15%

R = 10.49%
G = 16.36%
B = 73.15%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2235ED (or 0x2235ED) is known color: Persian Blue. HEX triplet: 22, 35 and ED. RGB value is (34,53,237). Sum of RGB (Red+Green+Blue) = 34+53+237=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #2235ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2235ED is #DDCA12. Grayscale: #434343. Windows color (decimal): -14535187 or 15545634. OLE color: 15545634.

HSL color Cylindrical-coordinate representation of color #2235ED: hue angle of 234.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2235ED is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 53 237 -
CMYK 0.86 0.78 0 0.07
HSL 234.38º 0.85% 0.53% -
HSV(B) 234.38º 0.86% 0.93% -
XYZ 17.22 9 80.95 -
YUV 68.3 223.21 103.54 -
System Red Green Blue C M Y K H S L
Decimal 34 53 237 0.86 0.78 0 0.07 234.38 0.85 0.53
Hex 22 35 ED 56 4E 0 7 EA 55 35
Octal 42 65 355 126 116 0 7 352 125 65
Binary 100010 110101 11101101 1010110 1001110 0 111 11101010 1010101 110101

Color Harmonies of #2235ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2235ED

Black with #2235ED

Text Example


Text Example

White with #2235ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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