Html Css Color HEX #353FBA Persian Blue

📋 copy color: '#353FBA'

red 53 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #353FBA

Tints of Persian Blue #353FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 17.55%
G = 20.86%
B = 61.59%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#353FBA (or 0x353FBA) is known color: Persian Blue. HEX triplet: 35, 3F and BA. RGB value is (53,63,186). Sum of RGB (Red+Green+Blue) = 53+63+186=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #353FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FBA is #CAC045. Grayscale: #494949. Windows color (decimal): -13287494 or 12205877. OLE color: 12205877.

HSL color Cylindrical-coordinate representation of color #353FBA: hue angle of 235.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353FBA is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 63 186 -
CMYK 0.72 0.66 0 0.27
HSL 235.49º 0.56% 0.47% -
HSV(B) 235.49º 0.72% 0.73% -
XYZ 12.11 7.86 47.33 -
YUV 74.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 53 63 186 0.72 0.66 0 0.27 235.49 0.56 0.47
Hex 35 3F BA 48 42 0 1B EB 38 2F
Octal 65 77 272 110 102 0 33 353 70 57
Binary 110101 111111 10111010 1001000 1000010 0 11011 11101011 111000 101111

Color Harmonies of #353FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FBA

Black with #353FBA

Text Example


Text Example

White with #353FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,186); }

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

background-color css

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

 a { background-color: rgb(53,63,186); }

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

border-color css

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

 span { border-color: rgb(53,63,186); }

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