Html Css Color HEX #353BCA Persian Blue

📋 copy color: '#353BCA'

red 53 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #353BCA

Tints of Persian Blue #353BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 16.88%
G = 18.79%
B = 64.33%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#353BCA (or 0x353BCA) is known color: Persian Blue. HEX triplet: 35, 3B and CA. RGB value is (53,59,202). Sum of RGB (Red+Green+Blue) = 53+59+202=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #353BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BCA is #CAC435. Grayscale: #484848. Windows color (decimal): -13288502 or 13253429. OLE color: 13253429.

HSL color Cylindrical-coordinate representation of color #353BCA: hue angle of 237.58º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353BCA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 59 202 -
CMYK 0.74 0.71 0 0.21
HSL 237.58º 0.58% 0.5% -
HSV(B) 237.58º 0.74% 0.79% -
XYZ 13.69 8.15 56.73 -
YUV 73.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 53 59 202 0.74 0.71 0 0.21 237.58 0.58 0.5
Hex 35 3B CA 4A 47 0 15 EE 3A 32
Octal 65 73 312 112 107 0 25 356 72 62
Binary 110101 111011 11001010 1001010 1000111 0 10101 11101110 111010 110010

Color Harmonies of #353BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BCA

Black with #353BCA

Text Example


Text Example

White with #353BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,202); }

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

background-color css

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

 a { background-color: rgb(53,59,202); }

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

border-color css

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

 span { border-color: rgb(53,59,202); }

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