Html Css Color HEX #355DF2 Royal Blue

📋 copy color: '#355DF2'

red 53 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #355DF2

Tints of Royal Blue #355DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.37%

R = 13.66%
G = 23.97%
B = 62.37%

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

#355DF2 (or 0x355DF2) is known color: Royal Blue. HEX triplet: 35, 5D and F2. RGB value is (53,93,242). Sum of RGB (Red+Green+Blue) = 53+93+242=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #355DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DF2 is #CAA20D. Grayscale: #616161. Windows color (decimal): -13279758 or 15883573. OLE color: 15883573.

HSL color Cylindrical-coordinate representation of color #355DF2: hue angle of 227.3º degrees, saturation: 0.88, 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 #355DF2 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 93 242 -
CMYK 0.78 0.62 0 0.05
HSL 227.3º 0.88% 0.58% -
HSV(B) 227.3º 0.78% 0.95% -
XYZ 21.41 15 85.77 -
YUV 98.03 209.25 95.88 -
System Red Green Blue C M Y K H S L
Decimal 53 93 242 0.78 0.62 0 0.05 227.3 0.88 0.58
Hex 35 5D F2 4E 3E 0 5 E3 58 3A
Octal 65 135 362 116 76 0 5 343 130 72
Binary 110101 1011101 11110010 1001110 111110 0 101 11100011 1011000 111010

Color Harmonies of #355DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DF2

Black with #355DF2

Text Example


Text Example

White with #355DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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