Html Css Color HEX #356BFF Royal Blue

📋 copy color: '#356BFF'

red 53 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #356BFF

Tints of Royal Blue #356BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 255 (100% from 255) = 61.45%

R = 12.77%
G = 25.78%
B = 61.45%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#356BFF (or 0x356BFF) is known color: Royal Blue. HEX triplet: 35, 6B and FF. RGB value is (53,107,255). Sum of RGB (Red+Green+Blue) = 53+107+255=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #356BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFF is #CA9400. Grayscale: #6B6B6B. Windows color (decimal): -13276161 or 16739125. OLE color: 16739125.

HSL color Cylindrical-coordinate representation of color #356BFF: hue angle of 223.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356BFF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 107 255 -
CMYK 0.79 0.58 0 0
HSL 223.96º 1% 0.6% -
HSV(B) 223.96º 0.79% 1% -
XYZ 24.78 18.49 96.87 -
YUV 107.73 211.11 88.97 -
System Red Green Blue C M Y K H S L
Decimal 53 107 255 0.79 0.58 0 0 223.96 1 0.6
Hex 35 6B FF 4F 3A 0 0 E0 64 3C
Octal 65 153 377 117 72 0 0 340 144 74
Binary 110101 1101011 11111111 1001111 111010 0 0 11100000 1100100 111100

Color Harmonies of #356BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BFF

Black with #356BFF

Text Example


Text Example

White with #356BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,107,255); }

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

background-color css

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

 a { background-color: rgb(53,107,255); }

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

border-color css

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

 span { border-color: rgb(53,107,255); }

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