Html Css Color HEX #3538C3 Persian Blue

📋 copy color: '#3538C3'

red 53 ◦ green 56 ◦ blue 195

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

Shades of Persian Blue #3538C3

Tints of Persian Blue #3538C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 64.14%

R = 17.43%
G = 18.42%
B = 64.14%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3538C3 (or 0x3538C3) is known color: Persian Blue. HEX triplet: 35, 38 and C3. RGB value is (53,56,195). Sum of RGB (Red+Green+Blue) = 53+56+195=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #3538C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3538C3 is #CAC73C. Grayscale: #464646. Windows color (decimal): -13289277 or 12793909. OLE color: 12793909.

HSL color Cylindrical-coordinate representation of color #3538C3: hue angle of 238.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3538C3 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 56 195 -
CMYK 0.73 0.71 0 0.24
HSL 238.73º 0.57% 0.49% -
HSV(B) 238.73º 0.73% 0.76% -
XYZ 12.73 7.53 52.41 -
YUV 70.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 53 56 195 0.73 0.71 0 0.24 238.73 0.57 0.49
Hex 35 38 C3 49 47 0 18 EF 39 31
Octal 65 70 303 111 107 0 30 357 71 61
Binary 110101 111000 11000011 1001001 1000111 0 11000 11101111 111001 110001

Color Harmonies of #3538C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3538C3

Black with #3538C3

Text Example


Text Example

White with #3538C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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