Html Css Color HEX #356FE4 Royal Blue

📋 copy color: '#356FE4'

red 53 ◦ green 111 ◦ blue 228

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

Shades of Royal Blue #356FE4

Tints of Royal Blue #356FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 58.16%

R = 13.52%
G = 28.32%
B = 58.16%

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

#356FE4 (or 0x356FE4) is known color: Royal Blue. HEX triplet: 35, 6F and E4. RGB value is (53,111,228). Sum of RGB (Red+Green+Blue) = 53+111+228=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 228 (89.45% from 255 or 58.16% from 392); Max value from RGB is 228 - color contains mainly: blue. Hex color #356FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FE4 is #CA901B. Grayscale: #6A6A6A. Windows color (decimal): -13275164 or 14970677. OLE color: 14970677.

HSL color Cylindrical-coordinate representation of color #356FE4: hue angle of 220.11º 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 #356FE4 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 111 228 -
CMYK 0.77 0.51 0 0.11
HSL 220.11º 0.76% 0.55% -
HSV(B) 220.11º 0.77% 0.89% -
XYZ 21.16 17.73 75.71 -
YUV 107 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 53 111 228 0.77 0.51 0 0.11 220.11 0.76 0.55
Hex 35 6F E4 4D 33 0 B DC 4C 37
Octal 65 157 344 115 63 0 13 334 114 67
Binary 110101 1101111 11100100 1001101 110011 0 1011 11011100 1001100 110111

Color Harmonies of #356FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FE4

Black with #356FE4

Text Example


Text Example

White with #356FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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