Html Css Color HEX #2235CE Persian Blue

📋 copy color: '#2235CE'

red 34 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #2235CE

Tints of Persian Blue #2235CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 11.6%
G = 18.09%
B = 70.31%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2235CE (or 0x2235CE) is known color: Persian Blue. HEX triplet: 22, 35 and CE. RGB value is (34,53,206). Sum of RGB (Red+Green+Blue) = 34+53+206=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #2235CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2235CE is #DDCA31. Grayscale: #404040. Windows color (decimal): -14535218 or 13514018. OLE color: 13514018.

HSL color Cylindrical-coordinate representation of color #2235CE: hue angle of 233.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2235CE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 53 206 -
CMYK 0.83 0.74 0 0.19
HSL 233.37º 0.72% 0.47% -
HSV(B) 233.37º 0.83% 0.81% -
XYZ 13.07 7.34 59.12 -
YUV 64.76 207.71 106.06 -
System Red Green Blue C M Y K H S L
Decimal 34 53 206 0.83 0.74 0 0.19 233.37 0.72 0.47
Hex 22 35 CE 53 4A 0 13 E9 48 2F
Octal 42 65 316 123 112 0 23 351 110 57
Binary 100010 110101 11001110 1010011 1001010 0 10011 11101001 1001000 101111

Color Harmonies of #2235CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2235CE

Black with #2235CE

Text Example


Text Example

White with #2235CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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