Html Css Color HEX #3538AD Persian Blue

📋 copy color: '#3538AD'

red 53 ◦ green 56 ◦ blue 173

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

Shades of Persian Blue #3538AD

Tints of Persian Blue #3538AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 18.79%
G = 19.86%
B = 61.35%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3538AD (or 0x3538AD) is known color: Persian Blue. HEX triplet: 35, 38 and AD. RGB value is (53,56,173). Sum of RGB (Red+Green+Blue) = 53+56+173=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3538AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AD is #CAC752. Grayscale: #434343. Windows color (decimal): -13289299 or 11352117. OLE color: 11352117.

HSL color Cylindrical-coordinate representation of color #3538AD: hue angle of 238.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3538AD is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 56 173 -
CMYK 0.69 0.68 0 0.32
HSL 238.5º 0.53% 0.44% -
HSV(B) 238.5º 0.69% 0.68% -
XYZ 10.43 6.6 40.26 -
YUV 68.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 53 56 173 0.69 0.68 0 0.32 238.5 0.53 0.44
Hex 35 38 AD 45 44 0 20 EE 35 2C
Octal 65 70 255 105 104 0 40 356 65 54
Binary 110101 111000 10101101 1000101 1000100 0 100000 11101110 110101 101100

Color Harmonies of #3538AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538AD

Black with #3538AD

Text Example


Text Example

White with #3538AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3538AD; }

 p { color: rgb(53,56,173); }

 H1.HeaderClassName
 {
   color: #3538AD;
 }
 .AnyTagClassName
 {
   color: #3538AD;
 }
</style>

background-color css

<style>
 a { background-color: #3538AD; }

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

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

border-color css

<style>
 span { border-color: #3538AD; }

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

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