Html Css Color HEX #355BFA Royal Blue

📋 copy color: '#355BFA'

red 53 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #355BFA

Tints of Royal Blue #355BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 13.45%
G = 23.1%
B = 63.45%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355BFA (or 0x355BFA) is known color: Royal Blue. HEX triplet: 35, 5B and FA. RGB value is (53,91,250). Sum of RGB (Red+Green+Blue) = 53+91+250=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #355BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BFA is #CAA405. Grayscale: #616161. Windows color (decimal): -13280262 or 16407349. OLE color: 16407349.

HSL color Cylindrical-coordinate representation of color #355BFA: hue angle of 228.43º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355BFA is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 91 250 -
CMYK 0.79 0.64 0 0.02
HSL 228.43º 0.95% 0.59% -
HSV(B) 228.43º 0.79% 0.98% -
XYZ 22.46 15.14 92.18 -
YUV 97.76 213.91 96.07 -
System Red Green Blue C M Y K H S L
Decimal 53 91 250 0.79 0.64 0 0.02 228.43 0.95 0.59
Hex 35 5B FA 4F 40 0 2 E4 5F 3B
Octal 65 133 372 117 100 0 2 344 137 73
Binary 110101 1011011 11111010 1001111 1000000 0 10 11100100 1011111 111011

Color Harmonies of #355BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BFA

Black with #355BFA

Text Example


Text Example

White with #355BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355BFA; }

 p { color: rgb(53,91,250); }

 H1.HeaderClassName
 {
   color: #355BFA;
 }
 .AnyTagClassName
 {
   color: #355BFA;
 }
</style>

background-color css

<style>
 a { background-color: #355BFA; }

 a { background-color: rgb(53,91,250); }

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

border-color css

<style>
 span { border-color: #355BFA; }

 span { border-color: rgb(53,91,250); }

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