Html Css Color HEX #356CFC Royal Blue

📋 copy color: '#356CFC'

red 53 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #356CFC

Tints of Royal Blue #356CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 12.83%
G = 26.15%
B = 61.02%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#356CFC (or 0x356CFC) is known color: Royal Blue. HEX triplet: 35, 6C and FC. RGB value is (53,108,252). Sum of RGB (Red+Green+Blue) = 53+108+252=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #356CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CFC is #CA9303. Grayscale: #6B6B6B. Windows color (decimal): -13275908 or 16542773. OLE color: 16542773.

HSL color Cylindrical-coordinate representation of color #356CFC: hue angle of 223.42º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356CFC is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 108 252 -
CMYK 0.79 0.57 0 0.01
HSL 223.42º 0.97% 0.6% -
HSV(B) 223.42º 0.79% 0.99% -
XYZ 24.4 18.51 94.38 -
YUV 107.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 53 108 252 0.79 0.57 0 0.01 223.42 0.97 0.6
Hex 35 6C FC 4F 39 0 1 DF 61 3C
Octal 65 154 374 117 71 0 1 337 141 74
Binary 110101 1101100 11111100 1001111 111001 0 1 11011111 1100001 111100

Color Harmonies of #356CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CFC

Black with #356CFC

Text Example


Text Example

White with #356CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,252); }

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

background-color css

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

 a { background-color: rgb(53,108,252); }

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

border-color css

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

 span { border-color: rgb(53,108,252); }

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