Html Css Color HEX #355AF6 Royal Blue

📋 copy color: '#355AF6'

red 53 ◦ green 90 ◦ blue 246

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

Shades of Royal Blue #355AF6

Tints of Royal Blue #355AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 13.62%
G = 23.14%
B = 63.24%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#355AF6 (or 0x355AF6) is known color: Royal Blue. HEX triplet: 35, 5A and F6. RGB value is (53,90,246). Sum of RGB (Red+Green+Blue) = 53+90+246=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #355AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AF6 is #CAA509. Grayscale: #606060. Windows color (decimal): -13280522 or 16144949. OLE color: 16144949.

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

Color convert

RGB 53 90 246 -
CMYK 0.78 0.63 0 0.04
HSL 228.5º 0.91% 0.59% -
HSV(B) 228.5º 0.78% 0.96% -
XYZ 21.76 14.72 88.88 -
YUV 96.72 212.24 96.82 -
System Red Green Blue C M Y K H S L
Decimal 53 90 246 0.78 0.63 0 0.04 228.5 0.91 0.59
Hex 35 5A F6 4E 3F 0 4 E4 5B 3B
Octal 65 132 366 116 77 0 4 344 133 73
Binary 110101 1011010 11110110 1001110 111111 0 100 11100100 1011011 111011

Color Harmonies of #355AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AF6

Black with #355AF6

Text Example


Text Example

White with #355AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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