Html Css Color HEX #3534CE Persian Blue

📋 copy color: '#3534CE'

red 53 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #3534CE

Tints of Persian Blue #3534CE

RGB

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

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

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

R = 17.04%
G = 16.72%
B = 66.24%

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

#3534CE (or 0x3534CE) is known color: Persian Blue. HEX triplet: 35, 34 and CE. RGB value is (53,52,206). Sum of RGB (Red+Green+Blue) = 53+52+206=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3534CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534CE is #CACB31. Grayscale: #454545. Windows color (decimal): -13290290 or 13513781. OLE color: 13513781.

HSL color Cylindrical-coordinate representation of color #3534CE: hue angle of 240.39º degrees, saturation: 0.61, 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 #3534CE is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 52 206 -
CMYK 0.74 0.75 0 0.19
HSL 240.39º 0.61% 0.51% -
HSV(B) 240.39º 0.75% 0.81% -
XYZ 13.84 7.67 59.14 -
YUV 69.86 204.83 115.98 -
System Red Green Blue C M Y K H S L
Decimal 53 52 206 0.74 0.75 0 0.19 240.39 0.61 0.51
Hex 35 34 CE 4A 4B 0 13 F0 3D 33
Octal 65 64 316 112 113 0 23 360 75 63
Binary 110101 110100 11001110 1001010 1001011 0 10011 11110000 111101 110011

Color Harmonies of #3534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3534CE

Black with #3534CE

Text Example


Text Example

White with #3534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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