Html Css Color HEX #3531C4 Persian Blue

📋 copy color: '#3531C4'

red 53 ◦ green 49 ◦ blue 196

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

Shades of Persian Blue #3531C4

Tints of Persian Blue #3531C4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

 BLUE value IS 196 (76.95% from 255) = 65.77%

R = 17.79%
G = 16.44%
B = 65.77%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3531C4 (or 0x3531C4) is known color: Persian Blue. HEX triplet: 35, 31 and C4. RGB value is (53,49,196). Sum of RGB (Red+Green+Blue) = 53+49+196=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 196 (76.95% from 255 or 65.77% from 298); Max value from RGB is 196 - color contains mainly: blue. Hex color #3531C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531C4 is #CACE3B. Grayscale: #424242. Windows color (decimal): -13291068 or 12857653. OLE color: 12857653.

HSL color Cylindrical-coordinate representation of color #3531C4: hue angle of 241.63º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3531C4 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 49 196 -
CMYK 0.73 0.75 0 0.23
HSL 241.63º 0.6% 0.48% -
HSV(B) 241.63º 0.75% 0.77% -
XYZ 12.53 6.94 52.9 -
YUV 66.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 53 49 196 0.73 0.75 0 0.23 241.63 0.6 0.48
Hex 35 31 C4 49 4B 0 17 F2 3C 30
Octal 65 61 304 111 113 0 27 362 74 60
Binary 110101 110001 11000100 1001001 1001011 0 10111 11110010 111100 110000

Color Harmonies of #3531C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3531C4

Black with #3531C4

Text Example


Text Example

White with #3531C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3531C4; }

 p { color: rgb(53,49,196); }

 H1.HeaderClassName
 {
   color: #3531C4;
 }
 .AnyTagClassName
 {
   color: #3531C4;
 }
</style>

background-color css

<style>
 a { background-color: #3531C4; }

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

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

border-color css

<style>
 span { border-color: #3531C4; }

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

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