Html Css Color HEX #356FF5 Royal Blue

📋 copy color: '#356FF5'

red 53 ◦ green 111 ◦ blue 245

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

Shades of Royal Blue #356FF5

Tints of Royal Blue #356FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 245 (96.09% from 255) = 59.9%

R = 12.96%
G = 27.14%
B = 59.9%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#356FF5 (or 0x356FF5) is known color: Royal Blue. HEX triplet: 35, 6F and F5. RGB value is (53,111,245). Sum of RGB (Red+Green+Blue) = 53+111+245=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #356FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FF5 is #CA900A. Grayscale: #6C6C6C. Windows color (decimal): -13275147 or 16084789. OLE color: 16084789.

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

Color convert

RGB 53 111 245 -
CMYK 0.78 0.55 0 0.04
HSL 221.88º 0.91% 0.58% -
HSV(B) 221.88º 0.78% 0.96% -
XYZ 23.63 18.72 88.75 -
YUV 108.93 204.78 88.1 -
System Red Green Blue C M Y K H S L
Decimal 53 111 245 0.78 0.55 0 0.04 221.88 0.91 0.58
Hex 35 6F F5 4E 37 0 4 DE 5B 3A
Octal 65 157 365 116 67 0 4 336 133 72
Binary 110101 1101111 11110101 1001110 110111 0 100 11011110 1011011 111010

Color Harmonies of #356FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FF5

Black with #356FF5

Text Example


Text Example

White with #356FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356FF5; }

 p { color: rgb(53,111,245); }

 H1.HeaderClassName
 {
   color: #356FF5;
 }
 .AnyTagClassName
 {
   color: #356FF5;
 }
</style>

background-color css

<style>
 a { background-color: #356FF5; }

 a { background-color: rgb(53,111,245); }

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

border-color css

<style>
 span { border-color: #356FF5; }

 span { border-color: rgb(53,111,245); }

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