Html Css Color HEX #3530CE Persian Blue

📋 copy color: '#3530CE'

red 53 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #3530CE

Tints of Persian Blue #3530CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 17.26%
G = 15.64%
B = 67.1%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3530CE (or 0x3530CE) is known color: Persian Blue. HEX triplet: 35, 30 and CE. RGB value is (53,48,206). Sum of RGB (Red+Green+Blue) = 53+48+206=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #3530CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530CE is #CACF31. Grayscale: #424242. Windows color (decimal): -13291314 or 13512757. OLE color: 13512757.

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

Color convert

RGB 53 48 206 -
CMYK 0.74 0.77 0 0.19
HSL 241.9º 0.62% 0.5% -
HSV(B) 241.9º 0.77% 0.81% -
XYZ 13.67 7.33 59.09 -
YUV 67.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 53 48 206 0.74 0.77 0 0.19 241.9 0.62 0.5
Hex 35 30 CE 4A 4D 0 13 F2 3E 32
Octal 65 60 316 112 115 0 23 362 76 62
Binary 110101 110000 11001110 1001010 1001101 0 10011 11110010 111110 110010

Color Harmonies of #3530CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530CE

Black with #3530CE

Text Example


Text Example

White with #3530CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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