Html Css Color HEX #353AB6 Persian Blue

📋 copy color: '#353AB6'

red 53 ◦ green 58 ◦ blue 182

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

Shades of Persian Blue #353AB6

Tints of Persian Blue #353AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 182 (71.48% from 255) = 62.12%

R = 18.09%
G = 19.8%
B = 62.12%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#353AB6 (or 0x353AB6) is known color: Persian Blue. HEX triplet: 35, 3A and B6. RGB value is (53,58,182). Sum of RGB (Red+Green+Blue) = 53+58+182=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #353AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB6 is #CAC549. Grayscale: #464646. Windows color (decimal): -13288778 or 11942453. OLE color: 11942453.

HSL color Cylindrical-coordinate representation of color #353AB6: hue angle of 237.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353AB6 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 58 182 -
CMYK 0.71 0.68 0 0.29
HSL 237.67º 0.55% 0.46% -
HSV(B) 237.67º 0.71% 0.71% -
XYZ 11.42 7.16 45.04 -
YUV 70.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 53 58 182 0.71 0.68 0 0.29 237.67 0.55 0.46
Hex 35 3A B6 47 44 0 1D EE 37 2E
Octal 65 72 266 107 104 0 35 356 67 56
Binary 110101 111010 10110110 1000111 1000100 0 11101 11101110 110111 101110

Color Harmonies of #353AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AB6

Black with #353AB6

Text Example


Text Example

White with #353AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353AB6; }

 p { color: rgb(53,58,182); }

 H1.HeaderClassName
 {
   color: #353AB6;
 }
 .AnyTagClassName
 {
   color: #353AB6;
 }
</style>

background-color css

<style>
 a { background-color: #353AB6; }

 a { background-color: rgb(53,58,182); }

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

border-color css

<style>
 span { border-color: #353AB6; }

 span { border-color: rgb(53,58,182); }

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