Html Css Color HEX #355DF6 Royal Blue

📋 copy color: '#355DF6'

red 53 ◦ green 93 ◦ blue 246

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

Shades of Royal Blue #355DF6

Tints of Royal Blue #355DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

 BLUE value IS 246 (96.48% from 255) = 62.76%

R = 13.52%
G = 23.72%
B = 62.76%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#355DF6 (or 0x355DF6) is known color: Royal Blue. HEX triplet: 35, 5D and F6. RGB value is (53,93,246). Sum of RGB (Red+Green+Blue) = 53+93+246=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #355DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DF6 is #CAA209. Grayscale: #616161. Windows color (decimal): -13279754 or 16145717. OLE color: 16145717.

HSL color Cylindrical-coordinate representation of color #355DF6: hue angle of 227.56º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355DF6 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 93 246 -
CMYK 0.78 0.62 0 0.04
HSL 227.56º 0.91% 0.59% -
HSV(B) 227.56º 0.78% 0.96% -
XYZ 22.02 15.24 88.97 -
YUV 98.48 211.25 95.56 -
System Red Green Blue C M Y K H S L
Decimal 53 93 246 0.78 0.62 0 0.04 227.56 0.91 0.59
Hex 35 5D F6 4E 3E 0 4 E4 5B 3B
Octal 65 135 366 116 76 0 4 344 133 73
Binary 110101 1011101 11110110 1001110 111110 0 100 11100100 1011011 111011

Color Harmonies of #355DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DF6

Black with #355DF6

Text Example


Text Example

White with #355DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,246); }

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

background-color css

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

 a { background-color: rgb(53,93,246); }

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

border-color css

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

 span { border-color: rgb(53,93,246); }

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