Html Css Color HEX #3534CF Persian Blue

📋 copy color: '#3534CF'

red 53 ◦ green 52 ◦ blue 207

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

Shades of Persian Blue #3534CF

Tints of Persian Blue #3534CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 16.99%
G = 16.67%
B = 66.35%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3534CF (or 0x3534CF) is known color: Persian Blue. HEX triplet: 35, 34 and CF. RGB value is (53,52,207). Sum of RGB (Red+Green+Blue) = 53+52+207=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3534CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534CF is #CACB30. Grayscale: #454545. Windows color (decimal): -13290289 or 13579317. OLE color: 13579317.

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

Color convert

RGB 53 52 207 -
CMYK 0.74 0.75 0 0.19
HSL 240.39º 0.62% 0.51% -
HSV(B) 240.39º 0.75% 0.81% -
XYZ 13.96 7.72 59.79 -
YUV 69.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 53 52 207 0.74 0.75 0 0.19 240.39 0.62 0.51
Hex 35 34 CF 4A 4B 0 13 F0 3E 33
Octal 65 64 317 112 113 0 23 360 76 63
Binary 110101 110100 11001111 1001010 1001011 0 10011 11110000 111110 110011

Color Harmonies of #3534CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534CF

Black with #3534CF

Text Example


Text Example

White with #3534CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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