Html Css Color HEX #356FE7 Royal Blue

📋 copy color: '#356FE7'

red 53 ◦ green 111 ◦ blue 231

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

Shades of Royal Blue #356FE7

Tints of Royal Blue #356FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.48%

R = 13.42%
G = 28.1%
B = 58.48%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#356FE7 (or 0x356FE7) is known color: Royal Blue. HEX triplet: 35, 6F and E7. RGB value is (53,111,231). Sum of RGB (Red+Green+Blue) = 53+111+231=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #356FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FE7 is #CA9018. Grayscale: #6A6A6A. Windows color (decimal): -13275161 or 15167285. OLE color: 15167285.

HSL color Cylindrical-coordinate representation of color #356FE7: hue angle of 220.45º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356FE7 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 111 231 -
CMYK 0.77 0.52 0 0.09
HSL 220.45º 0.79% 0.56% -
HSV(B) 220.45º 0.77% 0.91% -
XYZ 21.58 17.9 77.92 -
YUV 107.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 53 111 231 0.77 0.52 0 0.09 220.45 0.79 0.56
Hex 35 6F E7 4D 34 0 9 DC 4F 38
Octal 65 157 347 115 64 0 11 334 117 70
Binary 110101 1101111 11100111 1001101 110100 0 1001 11011100 1001111 111000

Color Harmonies of #356FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FE7

Black with #356FE7

Text Example


Text Example

White with #356FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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