Html Css Color HEX #355CFA Royal Blue

📋 copy color: '#355CFA'

red 53 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #355CFA

Tints of Royal Blue #355CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 13.42%
G = 23.29%
B = 63.29%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355CFA (or 0x355CFA) is known color: Royal Blue. HEX triplet: 35, 5C and FA. RGB value is (53,92,250). Sum of RGB (Red+Green+Blue) = 53+92+250=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #355CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CFA is #CAA305. Grayscale: #616161. Windows color (decimal): -13280006 or 16407605. OLE color: 16407605.

HSL color Cylindrical-coordinate representation of color #355CFA: hue angle of 228.12º 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 #355CFA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 92 250 -
CMYK 0.79 0.63 0 0.02
HSL 228.12º 0.95% 0.59% -
HSV(B) 228.12º 0.79% 0.98% -
XYZ 22.55 15.31 92.21 -
YUV 98.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 53 92 250 0.79 0.63 0 0.02 228.12 0.95 0.59
Hex 35 5C FA 4F 3F 0 2 E4 5F 3B
Octal 65 134 372 117 77 0 2 344 137 73
Binary 110101 1011100 11111010 1001111 111111 0 10 11100100 1011111 111011

Color Harmonies of #355CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CFA

Black with #355CFA

Text Example


Text Example

White with #355CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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