Html Css Color HEX #3535CF Persian Blue

📋 copy color: '#3535CF'

red 53 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #3535CF

Tints of Persian Blue #3535CF

RGB

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

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

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

R = 16.93%
G = 16.93%
B = 66.13%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3535CF (or 0x3535CF) is known color: Persian Blue. HEX triplet: 35, 35 and CF. RGB value is (53,53,207). Sum of RGB (Red+Green+Blue) = 53+53+207=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3535CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3535CF is #CACA30. Grayscale: #454545. Windows color (decimal): -13290033 or 13579573. OLE color: 13579573.

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

Color convert

RGB 53 53 207 -
CMYK 0.74 0.74 0 0.19
HSL 240º 0.62% 0.51% -
HSV(B) 240º 0.74% 0.81% -
XYZ 14 7.81 59.8 -
YUV 70.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 53 53 207 0.74 0.74 0 0.19 240 0.62 0.51
Hex 35 35 CF 4A 4A 0 13 F0 3E 33
Octal 65 65 317 112 112 0 23 360 76 63
Binary 110101 110101 11001111 1001010 1001010 0 10011 11110000 111110 110011

Color Harmonies of #3535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3535CF

Black with #3535CF

Text Example


Text Example

White with #3535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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