Html Css Color HEX #352DDA Persian Blue

📋 copy color: '#352DDA'

red 53 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #352DDA

Tints of Persian Blue #352DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 16.77%
G = 14.24%
B = 68.99%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#352DDA (or 0x352DDA) is known color: Persian Blue. HEX triplet: 35, 2D and DA. RGB value is (53,45,218). Sum of RGB (Red+Green+Blue) = 53+45+218=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #352DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DDA is #CAD225. Grayscale: #424242. Windows color (decimal): -13292070 or 14298421. OLE color: 14298421.

HSL color Cylindrical-coordinate representation of color #352DDA: hue angle of 242.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352DDA is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 45 218 -
CMYK 0.76 0.79 0 0.15
HSL 242.77º 0.7% 0.52% -
HSV(B) 242.77º 0.79% 0.85% -
XYZ 15.06 7.7 67.02 -
YUV 67.11 213.15 117.93 -
System Red Green Blue C M Y K H S L
Decimal 53 45 218 0.76 0.79 0 0.15 242.77 0.7 0.52
Hex 35 2D DA 4C 4F 0 F F3 46 34
Octal 65 55 332 114 117 0 17 363 106 64
Binary 110101 101101 11011010 1001100 1001111 0 1111 11110011 1000110 110100

Color Harmonies of #352DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DDA

Black with #352DDA

Text Example


Text Example

White with #352DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352DDA; }

 p { color: rgb(53,45,218); }

 H1.HeaderClassName
 {
   color: #352DDA;
 }
 .AnyTagClassName
 {
   color: #352DDA;
 }
</style>

background-color css

<style>
 a { background-color: #352DDA; }

 a { background-color: rgb(53,45,218); }

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

border-color css

<style>
 span { border-color: #352DDA; }

 span { border-color: rgb(53,45,218); }

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