Html Css Color HEX #356BE6 Royal Blue

📋 copy color: '#356BE6'

red 53 ◦ green 107 ◦ blue 230

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

Shades of Royal Blue #356BE6

Tints of Royal Blue #356BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.97%

R = 13.59%
G = 27.44%
B = 58.97%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#356BE6 (or 0x356BE6) is known color: Royal Blue. HEX triplet: 35, 6B and E6. RGB value is (53,107,230). Sum of RGB (Red+Green+Blue) = 53+107+230=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #356BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BE6 is #CA9419. Grayscale: #686868. Windows color (decimal): -13276186 or 15100725. OLE color: 15100725.

HSL color Cylindrical-coordinate representation of color #356BE6: hue angle of 221.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356BE6 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 107 230 -
CMYK 0.77 0.53 0 0.10
HSL 221.69º 0.78% 0.55% -
HSV(B) 221.69º 0.77% 0.9% -
XYZ 21.01 16.99 77.03 -
YUV 104.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 53 107 230 0.77 0.53 0 0.10 221.69 0.78 0.55
Hex 35 6B E6 4D 35 0 A DE 4E 37
Octal 65 153 346 115 65 0 12 336 116 67
Binary 110101 1101011 11100110 1001101 110101 0 1010 11011110 1001110 110111

Color Harmonies of #356BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BE6

Black with #356BE6

Text Example


Text Example

White with #356BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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