Html Css Color HEX #353FBE Persian Blue

📋 copy color: '#353FBE'

red 53 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #353FBE

Tints of Persian Blue #353FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 17.32%
G = 20.59%
B = 62.09%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#353FBE (or 0x353FBE) is known color: Persian Blue. HEX triplet: 35, 3F and BE. RGB value is (53,63,190). Sum of RGB (Red+Green+Blue) = 53+63+190=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #353FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FBE is #CAC041. Grayscale: #494949. Windows color (decimal): -13287490 or 12468021. OLE color: 12468021.

HSL color Cylindrical-coordinate representation of color #353FBE: hue angle of 235.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353FBE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 63 190 -
CMYK 0.72 0.67 0 0.25
HSL 235.62º 0.56% 0.48% -
HSV(B) 235.62º 0.72% 0.75% -
XYZ 12.54 8.03 49.6 -
YUV 74.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 53 63 190 0.72 0.67 0 0.25 235.62 0.56 0.48
Hex 35 3F BE 48 43 0 19 EC 38 30
Octal 65 77 276 110 103 0 31 354 70 60
Binary 110101 111111 10111110 1001000 1000011 0 11001 11101100 111000 110000

Color Harmonies of #353FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FBE

Black with #353FBE

Text Example


Text Example

White with #353FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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