Html Css Color HEX #356EEA Royal Blue

📋 copy color: '#356EEA'

red 53 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #356EEA

Tints of Royal Blue #356EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 13.35%
G = 27.71%
B = 58.94%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#356EEA (or 0x356EEA) is known color: Royal Blue. HEX triplet: 35, 6E and EA. RGB value is (53,110,234). Sum of RGB (Red+Green+Blue) = 53+110+234=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #356EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EEA is #CA9115. Grayscale: #6A6A6A. Windows color (decimal): -13275414 or 15363637. OLE color: 15363637.

HSL color Cylindrical-coordinate representation of color #356EEA: hue angle of 221.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356EEA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 110 234 -
CMYK 0.77 0.53 0 0.08
HSL 221.11º 0.81% 0.56% -
HSV(B) 221.11º 0.77% 0.92% -
XYZ 21.9 17.85 80.13 -
YUV 107.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 53 110 234 0.77 0.53 0 0.08 221.11 0.81 0.56
Hex 35 6E EA 4D 35 0 8 DD 51 38
Octal 65 156 352 115 65 0 10 335 121 70
Binary 110101 1101110 11101010 1001101 110101 0 1000 11011101 1010001 111000

Color Harmonies of #356EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EEA

Black with #356EEA

Text Example


Text Example

White with #356EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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