Html Css Color HEX #3526CF Persian Blue

📋 copy color: '#3526CF'

red 53 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #3526CF

Tints of Persian Blue #3526CF

RGB

 RED value IS 53 (21.09% from 255) = 17.79%

 GREEN value IS 38 (15.23% from 255) = 12.75%

 BLUE value IS 207 (81.25% from 255) = 69.46%

R = 17.79%
G = 12.75%
B = 69.46%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3526CF (or 0x3526CF) is known color: Persian Blue. HEX triplet: 35, 26 and CF. RGB value is (53,38,207). Sum of RGB (Red+Green+Blue) = 53+38+207=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #3526CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526CF is #CAD930. Grayscale: #3D3D3D. Windows color (decimal): -13293873 or 13575733. OLE color: 13575733.

HSL color Cylindrical-coordinate representation of color #3526CF: hue angle of 245.33º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3526CF is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 38 207 -
CMYK 0.74 0.82 0 0.19
HSL 245.33º 0.69% 0.48% -
HSV(B) 245.33º 0.82% 0.81% -
XYZ 13.42 6.65 59.61 -
YUV 61.75 209.97 121.76 -
System Red Green Blue C M Y K H S L
Decimal 53 38 207 0.74 0.82 0 0.19 245.33 0.69 0.48
Hex 35 26 CF 4A 52 0 13 F5 45 30
Octal 65 46 317 112 122 0 23 365 105 60
Binary 110101 100110 11001111 1001010 1010010 0 10011 11110101 1000101 110000

Color Harmonies of #3526CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3526CF

Black with #3526CF

Text Example


Text Example

White with #3526CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3526CF; }

 p { color: rgb(53,38,207); }

 H1.HeaderClassName
 {
   color: #3526CF;
 }
 .AnyTagClassName
 {
   color: #3526CF;
 }
</style>

background-color css

<style>
 a { background-color: #3526CF; }

 a { background-color: rgb(53,38,207); }

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

border-color css

<style>
 span { border-color: #3526CF; }

 span { border-color: rgb(53,38,207); }

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