Html Css Color HEX #353FBC Persian Blue

📋 copy color: '#353FBC'

red 53 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #353FBC

Tints of Persian Blue #353FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 17.43%
G = 20.72%
B = 61.84%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#353FBC (or 0x353FBC) is known color: Persian Blue. HEX triplet: 35, 3F and BC. RGB value is (53,63,188). Sum of RGB (Red+Green+Blue) = 53+63+188=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #353FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FBC is #CAC043. Grayscale: #494949. Windows color (decimal): -13287492 or 12336949. OLE color: 12336949.

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

Color convert

RGB 53 63 188 -
CMYK 0.72 0.66 0 0.26
HSL 235.56º 0.56% 0.47% -
HSV(B) 235.56º 0.72% 0.74% -
XYZ 12.32 7.94 48.46 -
YUV 74.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 53 63 188 0.72 0.66 0 0.26 235.56 0.56 0.47
Hex 35 3F BC 48 42 0 1A EC 38 2F
Octal 65 77 274 110 102 0 32 354 70 57
Binary 110101 111111 10111100 1001000 1000010 0 11010 11101100 111000 101111

Color Harmonies of #353FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FBC

Black with #353FBC

Text Example


Text Example

White with #353FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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