Html Css Color HEX #356EFA Royal Blue

📋 copy color: '#356EFA'

red 53 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #356EFA

Tints of Royal Blue #356EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 12.83%
G = 26.63%
B = 60.53%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#356EFA (or 0x356EFA) is known color: Royal Blue. HEX triplet: 35, 6E and FA. RGB value is (53,110,250). Sum of RGB (Red+Green+Blue) = 53+110+250=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #356EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EFA is #CA9105. Grayscale: #6C6C6C. Windows color (decimal): -13275398 or 16412213. OLE color: 16412213.

HSL color Cylindrical-coordinate representation of color #356EFA: hue angle of 222.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356EFA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 110 250 -
CMYK 0.79 0.56 0 0.02
HSL 222.64º 0.95% 0.59% -
HSV(B) 222.64º 0.79% 0.98% -
XYZ 24.3 18.81 92.79 -
YUV 108.92 207.62 88.12 -
System Red Green Blue C M Y K H S L
Decimal 53 110 250 0.79 0.56 0 0.02 222.64 0.95 0.59
Hex 35 6E FA 4F 38 0 2 DF 5F 3B
Octal 65 156 372 117 70 0 2 337 137 73
Binary 110101 1101110 11111010 1001111 111000 0 10 11011111 1011111 111011

Color Harmonies of #356EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EFA

Black with #356EFA

Text Example


Text Example

White with #356EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,250); }

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

background-color css

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

 a { background-color: rgb(53,110,250); }

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

border-color css

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

 span { border-color: rgb(53,110,250); }

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