Html Css Color HEX #355DF3 Royal Blue

📋 copy color: '#355DF3'

red 53 ◦ green 93 ◦ blue 243

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

Shades of Royal Blue #355DF3

Tints of Royal Blue #355DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.47%

R = 13.62%
G = 23.91%
B = 62.47%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#355DF3 (or 0x355DF3) is known color: Royal Blue. HEX triplet: 35, 5D and F3. RGB value is (53,93,243). Sum of RGB (Red+Green+Blue) = 53+93+243=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #355DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DF3 is #CAA20C. Grayscale: #616161. Windows color (decimal): -13279757 or 15949109. OLE color: 15949109.

HSL color Cylindrical-coordinate representation of color #355DF3: hue angle of 227.37º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355DF3 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 93 243 -
CMYK 0.78 0.62 0 0.05
HSL 227.37º 0.89% 0.58% -
HSV(B) 227.37º 0.78% 0.95% -
XYZ 21.56 15.06 86.56 -
YUV 98.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 53 93 243 0.78 0.62 0 0.05 227.37 0.89 0.58
Hex 35 5D F3 4E 3E 0 5 E3 59 3A
Octal 65 135 363 116 76 0 5 343 131 72
Binary 110101 1011101 11110011 1001110 111110 0 101 11100011 1011001 111010

Color Harmonies of #355DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DF3

Black with #355DF3

Text Example


Text Example

White with #355DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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