Html Css Color HEX #356FE3 Royal Blue

📋 copy color: '#356FE3'

red 53 ◦ green 111 ◦ blue 227

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

Shades of Royal Blue #356FE3

Tints of Royal Blue #356FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 58.06%

R = 13.55%
G = 28.39%
B = 58.06%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#356FE3 (or 0x356FE3) is known color: Royal Blue. HEX triplet: 35, 6F and E3. RGB value is (53,111,227). Sum of RGB (Red+Green+Blue) = 53+111+227=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 227 (89.06% from 255 or 58.06% from 391); Max value from RGB is 227 - color contains mainly: blue. Hex color #356FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FE3 is #CA901C. Grayscale: #6A6A6A. Windows color (decimal): -13275165 or 14905141. OLE color: 14905141.

HSL color Cylindrical-coordinate representation of color #356FE3: hue angle of 220º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356FE3 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 111 227 -
CMYK 0.77 0.51 0 0.11
HSL 220º 0.76% 0.55% -
HSV(B) 220º 0.77% 0.89% -
XYZ 21.02 17.67 74.98 -
YUV 106.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 53 111 227 0.77 0.51 0 0.11 220 0.76 0.55
Hex 35 6F E3 4D 33 0 B DC 4C 37
Octal 65 157 343 115 63 0 13 334 114 67
Binary 110101 1101111 11100011 1001101 110011 0 1011 11011100 1001100 110111

Color Harmonies of #356FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FE3

Black with #356FE3

Text Example


Text Example

White with #356FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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