Html Css Color HEX #352EDA Persian Blue

📋 copy color: '#352EDA'

red 53 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #352EDA

Tints of Persian Blue #352EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

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

R = 16.72%
G = 14.51%
B = 68.77%

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

#352EDA (or 0x352EDA) is known color: Persian Blue. HEX triplet: 35, 2E and DA. RGB value is (53,46,218). Sum of RGB (Red+Green+Blue) = 53+46+218=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #352EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EDA is #CAD125. Grayscale: #434343. Windows color (decimal): -13291814 or 14298677. OLE color: 14298677.

HSL color Cylindrical-coordinate representation of color #352EDA: hue angle of 242.44º 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 #352EDA is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 46 218 -
CMYK 0.76 0.79 0 0.15
HSL 242.44º 0.7% 0.52% -
HSV(B) 242.44º 0.79% 0.85% -
XYZ 15.1 7.77 67.03 -
YUV 67.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 53 46 218 0.76 0.79 0 0.15 242.44 0.7 0.52
Hex 35 2E DA 4C 4F 0 F F2 46 34
Octal 65 56 332 114 117 0 17 362 106 64
Binary 110101 101110 11011010 1001100 1001111 0 1111 11110010 1000110 110100

Color Harmonies of #352EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EDA

Black with #352EDA

Text Example


Text Example

White with #352EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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