Html Css Color HEX #3935CA Persian Blue

📋 copy color: '#3935CA'

red 57 ◦ green 53 ◦ blue 202

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

Shades of Persian Blue #3935CA

Tints of Persian Blue #3935CA

RGB

 RED value IS 57 (22.66% from 255) = 18.27%

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 18.27%
G = 16.99%
B = 64.74%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3935CA (or 0x3935CA) is known color: Persian Blue. HEX triplet: 39, 35 and CA. RGB value is (57,53,202). Sum of RGB (Red+Green+Blue) = 57+53+202=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #3935CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935CA is #C6CA35. Grayscale: #464646. Windows color (decimal): -13027894 or 13251897. OLE color: 13251897.

HSL color Cylindrical-coordinate representation of color #3935CA: hue angle of 241.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3935CA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 53 202 -
CMYK 0.72 0.74 0 0.21
HSL 241.61º 0.58% 0.5% -
HSV(B) 241.61º 0.74% 0.79% -
XYZ 13.62 7.68 56.64 -
YUV 71.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 57 53 202 0.72 0.74 0 0.21 241.61 0.58 0.5
Hex 39 35 CA 48 4A 0 15 F2 3A 32
Octal 71 65 312 110 112 0 25 362 72 62
Binary 111001 110101 11001010 1001000 1001010 0 10101 11110010 111010 110010

Color Harmonies of #3935CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3935CA

Black with #3935CA

Text Example


Text Example

White with #3935CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3935CA; }

 p { color: rgb(57,53,202); }

 H1.HeaderClassName
 {
   color: #3935CA;
 }
 .AnyTagClassName
 {
   color: #3935CA;
 }
</style>

background-color css

<style>
 a { background-color: #3935CA; }

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

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

border-color css

<style>
 span { border-color: #3935CA; }

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

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